mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 09:01:46 +00:00
Only show cursor on leave in hidden mode.
This commit is contained in:
parent
7e470518ba
commit
1d2a9790c9
@ -1208,6 +1208,7 @@ static void processSingleEvent(void)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (window->cursorMode == GLFW_CURSOR_HIDDEN)
|
||||||
showMouseCursor(window);
|
showMouseCursor(window);
|
||||||
|
|
||||||
_glfwInputCursorLeave(window);
|
_glfwInputCursorLeave(window);
|
||||||
|
Loading…
Reference in New Issue
Block a user