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

/haiku/src/add-ons/input_server/devices/wacom/
H A DTabletDevice.cpp518 float absDeltaY = 0.0; local
528 absDeltaY = fabsf(deltaY);
537 if (absDeltaY < fJitterY)
573 // if (absDeltaY > accelerationY)
574 deltaY *= absDeltaY / accelerationY;

Completed in 34 milliseconds