mirror of
https://github.com/glfw/glfw.git
synced 2025-12-16 20:23: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;
|
break;
|
||||||
|
|
||||||
glfwWaitEvents();
|
glfwWaitEvents();
|
||||||
|
printf("%08x at %0.3f: glfwWaitEvents() returned\n",
|
||||||
|
counter++, glfwGetTime());
|
||||||
|
|
||||||
// Workaround for an issue with msvcrt and mintty
|
// Workaround for an issue with msvcrt and mintty
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user