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

/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.h22 class TabletInputDevice : public BInputServerDevice { class in inherits:BInputServerDevice
24 TabletInputDevice();
25 virtual ~TabletInputDevice();
H A DTabletInputDevice.cpp15 #include "TabletInputDevice.h"
74 # define TID_CALLED(x...) FunctionTracer _ft(this, "TabletInputDevice", \
97 TabletDevice(TabletInputDevice& target,
122 TabletInputDevice& fTarget;
138 return new(std::nothrow) TabletInputDevice();
145 TabletDevice::TabletDevice(TabletInputDevice& target, const char* driverPath)
448 TabletInputDevice::TabletInputDevice() function in class:TabletInputDevice
451 fDeviceListLock("TabletInputDevice list")
460 TabletInputDevice
[all...]

Completed in 49 milliseconds