diff --git a/tests/window.c b/tests/window.c index 8154a7af..21d2465b 100644 --- a/tests/window.c +++ b/tests/window.c @@ -77,7 +77,7 @@ int main(int argc, char** argv) glfwTerminate(); exit(EXIT_FAILURE); } - glfwSetInputMode(window, GLFW_DISABLE_MOUSE_BUTTON_LIMIT, GLFW_FALSE); + glfwSetInputMode(window, GLFW_DISABLE_MOUSE_BUTTON_LIMIT, GLFW_TRUE); glfwMakeContextCurrent(window); gladLoadGL(glfwGetProcAddress);