Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <IButtonSequence.h>
Public Member Functions | |
virtual | ~IButtonSequence ()=default |
virtual bool | OnButtonPress (const FeatureName &feature)=0 |
virtual bool | IsCapturing ()=0 |
Returns true if a sequence is being captured to prevent input from falling through to the application. | |
|
virtualdefault |
|
pure virtual |
Returns true if a sequence is being captured to prevent input from falling through to the application.
Implemented in KODI::JOYSTICK::CJoystickEasterEgg.
|
pure virtual |
Implemented in KODI::JOYSTICK::CJoystickEasterEgg.