tests/events.c added glfwWaitEvents return info

This commit is contained in:
Doug Binks 2025-11-21 16:29:04 +00:00
parent 162896e5b9
commit 5cdd0b4cdf

View File

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