imgui-ggez-starter
imgui-ggez-starter copied to clipboard
Add mouse and keyboard captured flag to mouse state
Needs to keep track of a flag for whether imgui wants to capture the mouse or keyboard in MouseState
. We can check with ui.want_mouse_capture
.