MCPcopy Create free account
hub / github.com/chrxh/alien / processOperatingMode

Method processOperatingMode

source/Gui/MainLoopController.cpp:221–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221void MainLoopController::processOperatingMode()
222{
223 SimulationView::get().draw();
224
225 pushGlobalStyle();
226 processMenubar();
227 MainLoopEntityController::get().process();
228 OverlayController::get().process();
229 SimulationView::get().processSimulationScrollbars();
230 popGlobalStyle();
231
232 FpsController::get().processForceFps(WindowController::get().getFps());
233
234 if (glfwWindowShouldClose(WindowController::get().getWindowData().window)) {
235 scheduleClosing();
236 }
237}
238
239void MainLoopController::processScheduleExit()
240{

Callers

nothing calls this directly

Calls 6

drawMethod · 0.80
processForceFpsMethod · 0.80
getFpsMethod · 0.80
getWindowDataMethod · 0.80
processMethod · 0.45

Tested by

no test coverage detected