Wassimulator / CactusViewer

A small single file image viewer written in C/C++.
BSD 2-Clause "Simplified" License
203 stars 15 forks source link

Mouse movement speeds up keyboard controls #26

Open harrisonmg opened 1 year ago

harrisonmg commented 1 year ago

Demonstrated in the gif below. My completely uninformed guess is that mouse movements cause the GUI to update rapidly, which resamples the keyboard faster resulting in a faster pan. Also occurs with keyboard zoom.

v2.1.2 Windows x64

Great program btw!

bug

Wassimulator commented 1 year ago

damn son, nice catch, yeah the frame rate is unlocked, it shouldn't be. I'll fix this soon.