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

Method process

source/Gui/EditorController.cpp:50–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void EditorController::process()
51{
52 if (!_on) {
53 return;
54 }
55
56 processInspectorWindows();
57
58 EditorModel::get().setForceNoRollout(ImGui::GetIO().KeyShift);
59
60 if (_simulationFacade->updateSelectionIfNecessary()) {
61 EditorModel::get().update();
62 }
63}
64
65
66bool EditorController::areInspectionWindowsActive() const

Callers 1

Calls 3

setForceNoRolloutMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected