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

/haiku/src/add-ons/input_server/devices/wacom/
H A DTabletDevice.h96 float fPosX; member in class:TabletDevice
H A DTabletDevice.cpp43 fPosX(0.5),
524 deltaX = x - fPosX;
536 x = fPosX;
542 if (x != fPosX || y != fPosY || fButtons != buttons || pressure != fPressure
611 fPosX = x;

Completed in 31 milliseconds