16 #ifndef osxPointingDevice_h
17 #define osxPointingDevice_h
19 #include <pointing/input/SystemPointingDevice.h>
26 double cpi = -1., hz = -1.;
33 bool isBluetooth(
void);
38 URI
getURI(
bool expanded,
bool crossplatform)
const override;
double getResolution(double *defval=0) const override
Resolution of the mouse in CPI (counts per inch).
Definition: osxPointingDevice.cpp:38
URI getURI(bool expanded, bool crossplatform) const override
Constructs the URI according to the parameters of the device.
Definition: osxPointingDevice.cpp:60
The SystemPointingDevice class is used to represent Pointing Devices connected to the computer...
Definition: SystemPointingDevice.h:28
double getUpdateFrequency(double *defval=0) const override
Update frequency of the mouse in Hz.
Definition: osxPointingDevice.cpp:49
Definition: osxPointingDevice.h:23
The osxPointingDeviceManager class is the platform-specific subclass of the PointingDeviceManager cla...
Definition: osxPointingDeviceManager.h:31