Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1068
GLFWAPI void glfwPollEvents(void)
1069
{
1070
_GLFW_REQUIRE_INIT();
1071
_glfwPlatformPollEvents();
1072
}
1073
1074
GLFWAPI void glfwWaitEvents(void)
1075
{
Callers
2
mainLoop
Method · 0.85
breakPointMainLoop
Method · 0.85
Calls
1
_glfwPlatformPollEvents
Function · 0.70
Tested by
no test coverage detected