Parcourir la source

Make cursor test wait by default

Camilla Berglund il y a 9 ans
Parent
commit
4adbeced25
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tests/cursor.c

+ 1 - 1
tests/cursor.c

@@ -47,7 +47,7 @@
 static double cursor_x;
 static double cursor_x;
 static double cursor_y;
 static double cursor_y;
 static int swap_interval = 1;
 static int swap_interval = 1;
-static int wait_events = GLFW_FALSE;
+static int wait_events = GLFW_TRUE;
 static int animate_cursor = GLFW_FALSE;
 static int animate_cursor = GLFW_FALSE;
 static int track_cursor = GLFW_FALSE;
 static int track_cursor = GLFW_FALSE;
 static GLFWcursor* standard_cursors[6];
 static GLFWcursor* standard_cursors[6];