MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / stop

Method stop

src/server/gui.cpp:343–362  ·  view source on GitHub ↗

--- STOP ---

Source from the content-addressed store, hash-verified

341
342// --- STOP ---
343bool Gui::stop() {
344 LOG(LogInfo) << "Stopping the NymphCast GUI..";
345
346 SdlRenderer::guiEvents(false);
347
348 /* while(window.peekGui() != ViewController::get()) {
349 delete window.peekGui();
350 } */
351
352 window->deinit();
353
354 MameNames::deinit();
355 CollectionSystemManager::deinit();
356 SystemData::deleteSystems();
357
358 running = false;
359 active = false;
360
361 return true;
362}
363
364
365// --- QUIT ---

Callers 1

runMethod · 0.45

Calls 2

deinitFunction · 0.85
deinitMethod · 0.45

Tested by

no test coverage detected