MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / glfwPollEvents

Function glfwPollEvents

extern/glfw/src/window.c:1068–1072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1066}
1067
1068GLFWAPI void glfwPollEvents(void)
1069{
1070 _GLFW_REQUIRE_INIT();
1071 _glfwPlatformPollEvents();
1072}
1073
1074GLFWAPI void glfwWaitEvents(void)
1075{

Callers 2

mainLoopMethod · 0.85
breakPointMainLoopMethod · 0.85

Calls 1

_glfwPlatformPollEventsFunction · 0.70

Tested by

no test coverage detected