Mouse Scroll not working on MacOS #5664
msibal6
started this conversation in
New Users Build/Link/Run issues ONLY!
Replies: 1 comment 1 reply
-
Make sure that you either: A) Install your callback before calling (As an aside, discussions are not the correct place for this sort of question. Next time please create an issue) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
MacOS: 10.14
imgui: 1.79.
In my imgui opengl3 example, I am able to interact with every part to the gui except the mouse scroll wheel delta does not show any changes. In my own little test, I was able to see that I get scroll input in my glfw scroll back, so I know the application can see. I'm just confused why imgui cannot detect it. Any help would be appreciated. Thank you!
msibal6
Beta Was this translation helpful? Give feedback.
All reactions