| 326 | } |
| 327 | |
| 328 | void SimulationInteractionController::middleMouseButtonReleased() |
| 329 | { |
| 330 | _worldPosForMovement = std::nullopt; |
| 331 | } |
| 332 | |
| 333 | void SimulationInteractionController::drawCursor() |
| 334 | { |
nothing calls this directly
no outgoing calls
no test coverage detected