Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoomingTech/Piccolo
/ pollEvents
Method
pollEvents
engine/source/runtime/function/render/window_system.cpp:49–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void WindowSystem::pollEvents() const { glfwPollEvents(); }
50
51
bool WindowSystem::shouldClose() const { return glfwWindowShouldClose(m_window); }
52
Callers
1
tickOneFrame
Method · 0.80
Calls
1
glfwPollEvents
Function · 0.85
Tested by
no test coverage detected