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

/haiku/src/add-ons/input_server/devices/wacom/
H A DTabletDevice.cpp572 float accelerationY = fJitterY * ACCELERATION_KICK_IN; local
573 // if (absDeltaY > accelerationY)
574 deltaY *= absDeltaY / accelerationY;

Completed in 82 milliseconds