mirror of
https://github.com/glfw/glfw.git
synced 2025-06-06 15:54:56 +00:00
Disable GLFW_MOUSE_BUTTON_LIMIT in events test
This commit is contained in:
parent
a255fd8ef9
commit
c224eeeaa3
@ -549,6 +549,7 @@ int main(int argc, char** argv)
|
||||
int ch, i, width, height, count = 1;
|
||||
|
||||
glfwSetErrorCallback(error_callback);
|
||||
glfwInitHint(GLFW_MOUSE_BUTTON_LIMIT, GLFW_FALSE);
|
||||
|
||||
if (!glfwInit())
|
||||
exit(EXIT_FAILURE);
|
||||
|
Loading…
Reference in New Issue
Block a user