Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ WindowPollEvents
Function
WindowPollEvents
engine/platform/src/window.cpp:95–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
void WindowPollEvents(HWindow window)
96
{
97
dmPlatform::PollEvents(window);
98
}
99
100
uintptr_t WindowGetProcAddress(HWindow window, const char* proc_name)
101
{
Callers
nothing calls this directly
Calls
1
PollEvents
Function · 0.70
Tested by
no test coverage detected