Home
last modified time | relevance | path

Searched refs:historyDeltaY (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp134 float& historyDeltaY) const;
397 float historyDeltaY = 0.0; in _ControlThread() local
475 historyDeltaY); in _ControlThread()
483 deltaX, deltaY, historyDeltaX, historyDeltaY); in _ControlThread()
658 float& historyDeltaY) const in _ComputeAcceleration()
664 + historyDeltaY; in _ComputeAcceleration()
687 historyDeltaY = deltaY - _deltaY; in _ComputeAcceleration()