MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / uiPumpEvents

Function uiPumpEvents

source/ui/mainui.cpp:359–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359void uiPumpEvents() {
360 SDL_PumpEvents();
361}
362
363bool uiIsRunning() {
364 return window!= nullptr;

Callers 1

startAppMethod · 0.85

Calls 1

SDL_PumpEventsFunction · 0.85

Tested by

no test coverage detected