| 316 | } |
| 317 | |
| 318 | void SimulationInteractionController::middleMouseButtonPressed(IntVector2D const& mousePos) |
| 319 | { |
| 320 | _worldPosForMovement = Viewport::get().mapViewToWorldPosition({toFloat(mousePos.x), toFloat(mousePos.y)}); |
| 321 | } |
| 322 | |
| 323 | void SimulationInteractionController::middleMouseButtonHold(IntVector2D const& mousePos) |
| 324 | { |
nothing calls this directly
no test coverage detected