MCPcopy 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
191void 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

pushEventFunction · 0.85
checkEventFunction · 0.70

Tested by

no test coverage detected