mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Make cursor test wait by default
This commit is contained in:
parent
7314501d62
commit
4adbeced25
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user