thelabcat / DS-FPS-Mouse-Fixer-Linux

A Python cross-platform port of https://github.com/JDoe212/DS-FPS-Mouse-Fixer
GNU General Public License v3.0
0 stars 0 forks source link

Quit does not work while paused #1

Closed thelabcat closed 5 months ago

thelabcat commented 5 months ago

Because the pause statement freezes the main loop, the kill() method can't tell it to exit properly. Trying to quit the program while paused jams things up, though it does free the mouse. Use Ctrl+C to exit the script until this gets fixed.