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

Method blocksCameraControls

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

Source from the content-addressed store, hash-verified

134bool ToolsManager::isInteractingNow() noexcept { return isInteracting; }
135
136bool ToolsManager::blocksCameraControls() noexcept { return isInteracting && currentMode() != Mode::Ruler; }
137
138void ToolsManager::onLeftPressed(glm::ivec2 mousePos) {
139 if ((uiState != nullptr && uiState->cursorHovered) || !renderer || !renderer->get() || !pickingSystem) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected