MCPcopy Create free account
hub / github.com/SFML/SFML / update

Function update

src/SFML/Window/DRM/InputImpl.cpp:540–544  ·  view source on GitHub ↗

assumes inputMutex is locked

Source from the content-addressed store, hash-verified

538
539// assumes inputMutex is locked
540void update()
541{
542 while (const std::optional event = eventProcess())
543 pushEvent(*event);
544}
545} // namespace
546
547namespace sf::priv::InputImpl

Callers 3

isKeyPressedFunction · 0.70
isMouseButtonPressedFunction · 0.70
getJoystickCountMethod · 0.50

Calls 2

eventProcessFunction · 0.85
pushEventFunction · 0.85

Tested by

no test coverage detected