mirror of
https://github.com/glfw/glfw.git
synced 2025-12-15 11:43:13 +00:00
tests/events.c added glfwWaitEvents return info
This commit is contained in:
parent
162896e5b9
commit
5cdd0b4cdf
@ -670,6 +670,8 @@ int main(int argc, char** argv)
|
||||
break;
|
||||
|
||||
glfwWaitEvents();
|
||||
printf("%08x at %0.3f: glfwWaitEvents() returned\n",
|
||||
counter++, glfwGetTime());
|
||||
|
||||
// Workaround for an issue with msvcrt and mintty
|
||||
fflush(stdout);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user