Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Detects when a keyboard key should be mapped. More...
#include <ButtonMapping.h>
Public Member Functions | |
CKeyDetector (CButtonMapping *buttonMapping, XBMCKey keycode) | |
bool | OnMotion (bool bPressed) |
Key state 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 keyboard key should be mapped.
CKeyDetector::CKeyDetector | ( | CButtonMapping * | buttonMapping, |
XBMCKey | keycode ) |
Key state has been updated.
bPressed | The new state |