Searched defs:wheelY (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.h31 int32 wheelX, wheelY; member in struct:TabletState
/haiku/src/add-ons/input_server/devices/wacom/
H A DTabletDevice.cpp674 float wheelY local
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
[all...]

Completed in 85 milliseconds