fixup! Merge branch 'raw-mouse-motion-control' of https://github.com/glfw/glfw into feature/toggle-rawinput

This commit is contained in:
Nathan Poirier 2019-02-15 13:36:35 +01:00
parent 561fc84e7a
commit b40ba48059
No known key found for this signature in database
GPG Key ID: 94C1CE923BD6A70C

View File

@ -202,7 +202,6 @@ GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height,
window->floating = wndconfig.floating;
window->focusOnShow = wndconfig.focusOnShow;
window->cursorMode = GLFW_CURSOR_NORMAL;
window->useRawInput = GLFW_TRUE;
window->minwidth = GLFW_DONT_CARE;
window->minheight = GLFW_DONT_CARE;