11 #ifndef winPointingDevice_h
12 #define winPointingDevice_h
14 #include <pointing/input/SystemPointingDevice.h>
25 int lastX = -1, lastY = -1;
The SystemPointingDevice class is used to represent Pointing Devices connected to the computer...
Definition: SystemPointingDevice.h:28
Definition: winPointingDeviceManager.h:26
Definition: winPointingDevice.h:18
void getAbsolutePosition(double *x, double *y) const override
getAbsolutePosition Returns absolute position of the device if available otherwise -1...
Definition: winPointingDevice.cpp:29