mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 13:46:37 +00:00
Removed duplicates of centerCursor function
This commit is contained in:
parent
0eacac1287
commit
16db70b320
@ -278,7 +278,7 @@ static void disableCursor(_GLFWwindow* window)
|
||||
&_glfw.win32.restoreCursorPosX,
|
||||
&_glfw.win32.restoreCursorPosY);
|
||||
updateCursorImage(window);
|
||||
_glfwCursor(window);
|
||||
_glfwCenterCursor(window);
|
||||
updateClipRect(window);
|
||||
|
||||
if (!RegisterRawInputDevices(&rid, 1, sizeof(rid)))
|
||||
|
Loading…
Reference in New Issue
Block a user