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

/haiku/src/add-ons/input_server/devices/wacom/
H A DTabletDevice.h44 float& tiltX,
56 float tiltX = 0.0,
H A DTabletDevice.cpp293 float& tiltX, float& tiltY) const
429 tiltX = (float)(tiltDataX - 64) / 64.0;
497 float wheelX, float wheelY, float tiltX, float tiltY, const uchar* data)
532 fParent->LogString() << "tilt x: " << tiltX << ", tilt y: " << tiltY << "\n\n";
543 || fEraser != eraser || fTiltX != tiltX || fTiltY != tiltY) {
559 event->AddFloat("be:tablet_tilt_x", tiltX);
617 fTiltX = tiltX;
675 float tiltX = 0.0; local
680 wheelX, wheelY, tiltX, tiltY);
685 wheelX, wheelY, tiltX, tilt
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 52 milliseconds