1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-26 12:18:51 -05:00

Make cursor test wait by default

This commit is contained in:
Camilla Berglund 2016-05-31 15:38:28 +02:00
parent 7314501d62
commit 4adbeced25

View File

@ -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];