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

/haiku/src/add-ons/input_server/devices/wacom/
H A DTabletDevice.cpp647 TabletDevice* tabletDevice = (TabletDevice*)arg; local
648 DeviceReader* reader = tabletDevice->fReader;
659 while (tabletDevice->IsActive()) {
678 tabletDevice->ReadData(data, dataBytes, hasContact, mode, buttons,
683 tabletDevice->SetStatus(mode, buttons, x, y, pressure,
688 tabletDevice->SetContact(hasContact);

Completed in 44 milliseconds