| 282 | } |
| 283 | |
| 284 | void SimulationInteractionController::mouseWheelDown(IntVector2D const& mousePos, float strongness) |
| 285 | { |
| 286 | _mouseWheelAction = |
| 287 | MouseWheelAction{.up = false, .strongness = strongness, .start = std::chrono::steady_clock::now(), .lastTime = std::chrono::steady_clock::now()}; |
| 288 | } |
| 289 | |
| 290 | void SimulationInteractionController::rightMouseButtonReleased() |
| 291 | { |
nothing calls this directly
no outgoing calls
no test coverage detected