I'm setting up a new project that uses GLFW and Dear imgui. When I move my mouse over the GUI window it still passes along mouse events to the main window.
Is there a way to tell it to not pass the mouse movement to the main window?
I'm setting up a new project that uses GLFW and Dear imgui. When I move my mouse over the GUI window it still passes along mouse events to the main window.
Is there a way to tell it to not pass the mouse movement to the main window?