cinder / Cinder

Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
http://libcinder.org
Other
5.31k stars 939 forks source link

Fix ImGui modifier keys for linux. #2265

Open clinthidinger opened 2 years ago

clinthidinger commented 2 years ago

I noticed that I could not scroll my ImGui window with the mouse wheel on linux after I hit the control key. I believe that the modifiers flags are being set for linux/glfw after the signal is sent for the key press. This is how I hacked it to allow me to scroll the window again. I did not notice the issue on Windows.