MCPcopy Create free account
hub / github.com/chrxh/alien / mouseWheelDown

Method mouseWheelDown

source/Gui/SimulationInteractionController.cpp:284–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284void 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
290void SimulationInteractionController::rightMouseButtonReleased()
291{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected