mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 05:36:35 +00:00
fixup! Merge branch 'raw-mouse-motion-control' of https://github.com/glfw/glfw into feature/toggle-rawinput
This commit is contained in:
parent
561fc84e7a
commit
b40ba48059
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user