Added automatic stopping and re-starting of injection when recording …#1150
Added automatic stopping and re-starting of injection when recording …#1150sabudum wants to merge 1 commit into
Conversation
…input. When hitting the record button to grab inputs for remapping. If the preset is currently running, the program will stop it temporarily until recording finishes, then re-start the injection afterwards.
|
Probaby some usage of |
Figured it would be, but could not find the code where it is being set. |
|
I this case you could add a print statement above all the calls to Once you figured that out, you can use Or use a debugger and breakpoints. |
I've traced all calls to set_sensitive() |


…input.
When hitting the record button to grab inputs for remapping. If the preset is currently running, the program will stop it temporarily until recording finishes, then re-start the injection afterwards.