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

Method mouseWheelUp

source/Gui/SimulationInteractionController.cpp:211–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void SimulationInteractionController::mouseWheelUp(IntVector2D const& mousePos, float strongness)
212{
213 _mouseWheelAction =
214 MouseWheelAction{.up = true, .strongness = strongness, .start = std::chrono::steady_clock::now(), .lastTime = std::chrono::steady_clock::now()};
215}
216
217void SimulationInteractionController::leftMouseButtonReleased(IntVector2D const& mousePos, IntVector2D const& prevMousePos)
218{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected