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

Function uiContinue

source/ui/mainui.cpp:672–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670}
671
672bool uiContinue() {
673 // Main loop
674 bool done = false;
675 while (!done && !GlobalSettings::startUpArgs.readyToLaunch && !GlobalSettings::restartUI) {
676 done = uiLoop();
677 }
678 if (done || GlobalSettings::restartUI) {
679 uiShutdown();
680 }
681 if (GlobalSettings::restartUI) {
682 return true;
683 }
684 return GlobalSettings::startUpArgs.readyToLaunch;
685}

Callers 2

boxedmainFunction · 0.85
uiShowFunction · 0.85

Calls 2

uiLoopFunction · 0.85
uiShutdownFunction · 0.85

Tested by

no test coverage detected