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

/haiku/src/add-ons/input_server/devices/wacom/
H A DTabletDevice.h42 float& wheelX,
54 float wheelX,
H A DTabletDevice.cpp292 int32& clicks, int32& eraser, float& wheelX, float& wheelY,
497 float wheelX, float wheelY, float tiltX, float tiltY, const uchar* data)
622 if (fWheelX != wheelX || fWheelY != wheelY) {
625 event->AddFloat("be:wheel_delta_x", wheelX);
630 fWheelX = wheelX;
673 float wheelX = 0.0; local
680 wheelX, wheelY, tiltX, tiltY);
685 wheelX, wheelY, tiltX, tiltY, data);
290 ReadData(const uchar* data, int dataBytes, bool& hasContact, uint32& mode, uint32& buttons, float& x, float& y, float& pressure, int32& clicks, int32& eraser, float& wheelX, float& wheelY, float& tiltX, float& tiltY) const argument
495 SetStatus(uint32 mode, uint32 buttons, float x, float y, float pressure, int32 clicks, uint32 modifiers, int32 eraser, float wheelX, float wheelY, float tiltX, float tiltY, const uchar* data) argument
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.cpp746 if (fState.wheelX != fNewState.wheelX
753 fNewState.wheelX - fState.wheelX) < B_OK
759 fState.wheelX = fNewState.wheelX;
H A DVirtioInputDevice.h31 int32 wheelX, wheelY; member in struct:TabletState

Completed in 54 milliseconds