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

/haiku/src/add-ons/input_server/devices/wacom/
H A DTabletDevice.h41 int32& eraser,
53 int32 eraser,
H A DTabletDevice.cpp292 int32& clicks, int32& eraser, float& wheelX, float& wheelY,
309 eraser = (data[5] & 0x20);
330 eraser = (data[1] & 0x20);
340 eraser = 0;
359 eraser = (data[1] & 0x08);
400 eraser = 0;
411 // data[6] is used to signal use of the eraser,
415 // If the eraser end is down data[6] = 0, and pressure is strictly 0
417 eraser = fEraser;
421 if (pressureData == 0) eraser
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
672 int32 eraser = 0; local
[all...]
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp319 "pressure: %f, wheel_x: %ld, wheel_y: %ld, eraser: %c, "
323 movements.eraser ? 'y' : 'n', movements.tilt_x, movements.tilt_y);
332 bool eraser = (movements.switches & B_ERASER) != 0; local
362 message->AddInt32("be:tablet_eraser", eraser);
/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.cpp295 message->AddInt32("be:tablet_eraser", movements.eraser);

Completed in 52 milliseconds