MCPcopy Create free account
hub / github.com/ElectroZybr/LatticeLab / isSelectionMode

Method isSelectionMode

App/interaction/ToolsManager.cpp:284–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284bool ToolsManager::isSelectionMode(ToolsManager::Mode mode) { return mode == Mode::Area; }
285
286void ToolsManager::Overlay::draw() {
287 if (!ToolsManager::simulation || !ToolsManager::renderer || !ToolsManager::renderer->get() || !ToolsManager::pickingSystem) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected