mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 15:23:17 +01:00
Fix cursor test event mode message
This commit is contained in:
@@ -152,7 +152,7 @@ static void key_callback(GLFWwindow* window, int key, int scancode, int action,
|
||||
|
||||
case GLFW_KEY_W:
|
||||
wait_events = !wait_events;
|
||||
printf("(( %sing for events ))\n", wait_events ? "poll" : "wait");
|
||||
printf("(( %sing for events ))\n", wait_events ? "wait" : "poll");
|
||||
break;
|
||||
|
||||
case GLFW_KEY_T:
|
||||
|
||||
Reference in New Issue
Block a user