|
kodi
|
Detects when a mouse button should be mapped. More...
#include <ButtonMapping.h>


Public Member Functions | |
| CMouseButtonDetector (CButtonMapping *buttonMapping, MOUSE::BUTTON_ID buttonIndex) | |
| bool | OnMotion (bool bPressed) |
| Button state has been updated. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from KODI::JOYSTICK::CPrimitiveDetector | |
| CPrimitiveDetector (CButtonMapping *buttonMapping) | |
| bool | MapPrimitive (const CDriverPrimitive &primitive) |
| Dispatch a mapping event. More... | |
Detects when a mouse button should be mapped.
| bool CMouseButtonDetector::OnMotion | ( | bool | bPressed | ) |
Button state has been updated.
| bPressed | The new state |
1.8.13