Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Detects when a mouse button should be mapped. More...
#include <ButtonMapping.h>
Public Member Functions | |
CPointerDetector (CButtonMapping *buttonMapping) | |
bool | OnMotion (int x, int y) |
Pointer position has been updated. | |
Additional Inherited Members | |
Protected Member Functions inherited from KODI::JOYSTICK::CPrimitiveDetector | |
CPrimitiveDetector (CButtonMapping *buttonMapping) | |
bool | MapPrimitive (const CDriverPrimitive &primitive) |
Dispatch a mapping event. | |
Detects when a mouse button should be mapped.
CPointerDetector::CPointerDetector | ( | CButtonMapping * | buttonMapping | ) |
Pointer position has been updated.
x | The new x coordinate |
y | The new y coordinate |