kometbomb / klystron

34 stars 7 forks source link

Combine sequential mouse movement events #24

Open nyanpasu64 opened 2 years ago

nyanpasu64 commented 2 years ago

Previously on Linux (not Windows), if you opened Klystrack and dragged with a high polling rate mouse, the program would lag processing SDL_MOUSEMOTION events and redrawing the screen (https://github.com/kometbomb/klystrack/issues/299). This fixes the bug.