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

Function uiIsRunning

source/ui/mainui.cpp:363–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363bool uiIsRunning() {
364 return window!= nullptr;
365}
366
367bool uiLoop() {
368 // Poll and handle events (inputs, window resize, etc.)

Callers 5

showWindowMethod · 0.85
doMainLoopFunction · 0.85
doMainLoopFunction · 0.85
startAppMethod · 0.85
showWindowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected