kodi
|
Interface for a class working with a keymap. More...
#include <IKeymapHandler.h>
Public Member Functions | |
virtual bool | HotkeysPressed (const std::set< std::string > &keyNames) const =0 |
Get the pressed state of the given keys. More... | |
virtual std::string | GetLastPressed () const =0 |
Get the key name of the last button pressed. More... | |
virtual void | OnPress (const std::string &keyName)=0 |
Called when a key has emitted an action after bring pressed. More... | |
Interface for a class working with a keymap.
|
pure virtual |
Get the key name of the last button pressed.
Implemented in KODI::KEYMAP::CKeymapHandler.
|
pure virtual |
Get the pressed state of the given keys.
keyNames | The key names |
Implemented in KODI::KEYMAP::CKeymapHandler.
|
pure virtual |
Called when a key has emitted an action after bring pressed.
keyName | the key name that emitted the action |
Implemented in KODI::KEYMAP::CKeymapHandler.