Hi, all!
When I start ImGUI I see a window and mouse cursor is shown. Everything works. Then I want to go back to mouse grabbed 3d view to control my character. How can I do that?
More complex case: I want to go back to mouse grabbed 3d view (with cursor off) without closing some of ImGUI windows.
Even more complex case: When clicking some widget with mouse and holding it it should be grabbed (and cursor off) and I should be able to move it around without leaving the window and when I release it I should be able to get it ungrabbed and get my cursor back. Possible?