kodi
|
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. More... | |
Additional Inherited Members | |
![]() | |
CPrimitiveDetector (CButtonMapping *buttonMapping) | |
bool | MapPrimitive (const CDriverPrimitive &primitive) |
Dispatch a mapping event. More... | |
Detects when a keyboard key should be mapped.
bool CKeyDetector::OnMotion | ( | bool | bPressed | ) |
Key state has been updated.
bPressed | The new state |