JoshuaBrookover / bigg

bgfx, imgui, glfw, glm
The Unlicense
226 stars 35 forks source link

Don't pass imgui scroll event to application if the mouse is captured #23

Closed pezcode closed 5 years ago

pezcode commented 5 years ago

Tiny fix to prevent mouse scrolling in imgui windows to be passed along to the app

widberg commented 5 years ago

I added your solution to #21 and merged it there. I will give you time to review and address the changes made by that pull request before closing this one.

pezcode commented 5 years ago

Works fine! I got tripped up by the previous commit that updates glm and screwed up all my matrices expecting to be initialized to identity().