![]() |
µGFX
2.9
version 2.9
|
Go to the source code of this file.
Functions | |
GSourceHandle | ginputGetMouse (unsigned instance) |
Get the Source handler for a mouse using the instance number. More... | |
void | ginputSetFingerMode (unsigned instance, gBool on) |
Should this device be in Pen mode or Finger mode. More... | |
void | ginputSetMouseDisplay (unsigned instance, GDisplay *g) |
Assign the display associated with the mouse. More... | |
GDisplay * | ginputGetMouseDisplay (unsigned instance) |
Get the display currently associated with the mouse. More... | |
gBool | ginputGetMouseStatus (unsigned instance, GEventMouse *pmouse) |
Get the current mouse position and button status. More... | |
gU32 | ginputCalibrateMouse (unsigned instance) |
Performs a calibration. More... | |
gBool | LoadMouseCalibration (unsigned instance, void *data, gMemSize sz) |
Load a set of mouse calibration data. More... | |
gBool | SaveMouseCalibration (unsigned instance, const void *data, gMemSize sz) |
Save a set of mouse calibration data. More... | |