xbmc
|
Public Member Functions | |
CKeymap (std::shared_ptr< const IWindowKeymap > keymap, const IKeymapEnvironment *environment) | |
std::string | ControllerID () const override |
The controller ID. More... | |
const IKeymapEnvironment * | Environment () const override |
Access properties of the keymapping environment. | |
const KODI::JOYSTICK::KeymapActionGroup & | GetActions (const std::string &keyName) const override |
Get the actions for a given key name. More... | |
|
overridevirtual |
The controller ID.
This is required because key names are specific to each controller
Implements IKeymap.
|
overridevirtual |