kodi
|
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. More... | |
Additional Inherited Members | |
![]() | |
CPrimitiveDetector (CButtonMapping *buttonMapping) | |
bool | MapPrimitive (const CDriverPrimitive &primitive) |
Dispatch a mapping event. More... | |
Detects when a mouse button should be mapped.
bool CPointerDetector::OnMotion | ( | int | x, |
int | y | ||
) |
Pointer position has been updated.
x | The new x coordinate |
y | The new y coordinate |