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

/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DTabletProtocolHandler.cpp39 fPressure(NULL),
76 fPressure = report.FindItem(B_HID_USAGE_PAGE_DIGITIZER,
92 fPressure == NULL ? "no " : "",
294 if (fPressure != NULL && fPressure->Extract() == B_OK
295 && fPressure->Valid()) {
296 pressure = fPressure->ScaledFloatData();
H A DTabletProtocolHandler.h52 HIDReportItem * fPressure; member in class:TabletProtocolHandler
/haiku/src/add-ons/input_server/devices/wacom/
H A DTabletDevice.h101 float fPressure; member in class:TabletDevice
H A DTabletDevice.cpp48 fPressure(0.0),
542 if (x != fPosX || y != fPosY || fButtons != buttons || pressure != fPressure
614 fPressure = pressure;

Completed in 52 milliseconds