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

/haiku/src/add-ons/input_server/devices/wacom/
H A DTabletDevice.h97 float fPosY; member in class:TabletDevice
H A DTabletDevice.cpp44 fPosY(0.5),
525 deltaY = y - fPosY;
538 y = fPosY;
542 if (x != fPosX || y != fPosY || fButtons != buttons || pressure != fPressure
612 fPosY = y;

Completed in 78 milliseconds