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

Method process

source/Gui/SimulationInteractionController.cpp:30–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void SimulationInteractionController::process()
31{
32 processEditWidget();
33
34 if (_modes.editMode) {
35 processSelectionRect();
36 }
37 if (!CreatorWindow::get().isOn()) {
38 _modes.drawMode = false;
39 }
40 processEvents();
41}
42
43bool SimulationInteractionController::isEditMode() const
44{

Callers

nothing calls this directly

Calls 1

isOnMethod · 0.45

Tested by

no test coverage detected