Searched refs:historyDeltaX (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp133 float& historyDeltaX,
396 float historyDeltaX = 0.0; local
474 _ComputeAcceleration(movements, deltaX, deltaY, historyDeltaX,
483 deltaX, deltaY, historyDeltaX, historyDeltaY);
653 int32& _deltaX, int32& _deltaY, float& historyDeltaX,
658 + historyDeltaX;
682 historyDeltaX = deltaX - _deltaX;
652 _ComputeAcceleration(const mouse_movement& movements, int32& _deltaX, int32& _deltaY, float& historyDeltaX, float& historyDeltaY) const argument

Completed in 81 milliseconds