From b40ba48059bcdb26fccbb3f4cfb844443d01301b Mon Sep 17 00:00:00 2001 From: Nathan Poirier Date: Fri, 15 Feb 2019 13:36:35 +0100 Subject: [PATCH] fixup! Merge branch 'raw-mouse-motion-control' of https://github.com/glfw/glfw into feature/toggle-rawinput --- src/window.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/window.c b/src/window.c index f8cb030e3..91c323fbd 100644 --- a/src/window.c +++ b/src/window.c @@ -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;