|
xbmc
|
Interface for mapping buttons to Kodi actions. More...
#include <IKeymap.h>

Public Member Functions | |
| virtual std::string | ControllerID () const =0 |
| The controller ID. More... | |
| virtual const IKeymapEnvironment * | Environment () const =0 |
| Access properties of the keymapping environment. | |
| virtual const KODI::JOYSTICK::KeymapActionGroup & | GetActions (const std::string &keyName) const =0 |
| Get the actions for a given key name. More... | |
Interface for mapping buttons to Kodi actions.
|
pure virtual |
The controller ID.
This is required because key names are specific to each controller
Implemented in CKeymap.
|
pure virtual |
1.8.13