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.
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.