|
@@ -47,7 +47,7 @@
|
|
|
static double cursor_x;
|
|
|
static double cursor_y;
|
|
|
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 track_cursor = GLFW_FALSE;
|
|
|
static GLFWcursor* standard_cursors[6];
|