Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SFML/SFML
/ processEvents
Method
processEvents
src/SFML/Window/DRM/WindowImplDRM.cpp:191–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
void WindowImplDRM::processEvents()
192
{
193
while (const std::optional event = InputImpl::checkEvent())
194
pushEvent(*event);
195
}
196
197
} // namespace sf::priv
Callers
nothing calls this directly
Calls
2
pushEvent
Function · 0.85
checkEvent
Function · 0.70
Tested by
no test coverage detected