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

/haiku/src/add-ons/input_server/devices/wacom/
H A DTabletDevice.cpp290 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
672 int32 eraser = 0; local
[all...]
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp332 bool eraser = (movements.switches & B_ERASER) != 0; local

Completed in 76 milliseconds