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

/haiku-fatelf/src/add-ons/input_server/devices/wacom/
H A DPointingDeviceFactory.h13 class PointingDeviceFactory { class
19 PointingDeviceFactory();
20 ~PointingDeviceFactory();
H A DPointingDeviceFactory.cpp5 #include "PointingDeviceFactory.h"
15 PointingDeviceFactory::DeviceFor(MasterServerDevice* parent, const char* path)
35 PointingDeviceFactory::PointingDeviceFactory() {} function in class:PointingDeviceFactory
36 PointingDeviceFactory::~PointingDeviceFactory() {}
H A DMasterServerDevice.cpp24 #include "PointingDeviceFactory.h"
213 PointingDevice* device = PointingDeviceFactory::DeviceFor(this, path);

Completed in 102 milliseconds