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

/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.h21 class EasyPenInputDevice : public BInputServerDevice { class in inherits:BInputServerDevice
23 EasyPenInputDevice();
24 ~EasyPenInputDevice();
H A DEasyPenInputDevice.cpp20 #include "EasyPenInputDevice.h"
50 fputs(buf, EasyPenInputDevice::sLogFile); fflush(EasyPenInputDevice::sLogFile); }
52 FILE *EasyPenInputDevice::sLogFile = NULL;
70 EasyPenInputDevice *owner;
78 return new EasyPenInputDevice();
82 EasyPenInputDevice::EasyPenInputDevice() function in class:EasyPenInputDevice
90 EasyPenInputDevice::~EasyPenInputDevice()
[all...]

Completed in 78 milliseconds