Move full screen cursor centering to shared code

This commit is contained in:
Camilla Löwy
2018-02-06 14:32:43 +01:00
parent b020467192
commit 58cc4b2c5c
4 changed files with 10 additions and 10 deletions
-3
View File
@@ -1244,9 +1244,6 @@ int _glfwPlatformCreateWindow(_GLFWwindow* window,
_glfwPlatformFocusWindow(window);
acquireMonitor(window);
fitToMonitor(window);
if (wndconfig->centerCursor)
centerCursor(window);
}
return GLFW_TRUE;