You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using imgui to add some control to my scene, however, I am also using some keyboard short cuts and mouse actions to control/rotate the scene.
I noticed that even when I am dragging my GUI, the scene behind it is also rotating, is there a way to for the imgui to absorb mouse/keyboard action, or do I have to implement this by myself?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I am using imgui to add some control to my scene, however, I am also using some keyboard short cuts and mouse actions to control/rotate the scene.
I noticed that even when I am dragging my GUI, the scene behind it is also rotating, is there a way to for the imgui to absorb mouse/keyboard action, or do I have to implement this by myself?
Thanks!
The text was updated successfully, but these errors were encountered: