kodi
Public Member Functions | List of all members
KODI::KEYMAP::IKeyboardActionMap Class Referenceabstract

Interface for translating keyboard keys to action IDs. More...

#include <IKeyboardActionMap.h>

Inheritance diagram for KODI::KEYMAP::IKeyboardActionMap:
Inheritance graph
[legend]

Public Member Functions

virtual unsigned int GetActionID (const CKey &key)=0
 Get the action ID mapped to the specified key. More...
 

Detailed Description

Interface for translating keyboard keys to action IDs.

Member Function Documentation

◆ GetActionID()

virtual unsigned int KODI::KEYMAP::IKeyboardActionMap::GetActionID ( const CKey key)
pure virtual

Get the action ID mapped to the specified key.

Parameters
keyThe key to look up
Returns
The action ID from ActionIDs.h, or ACTION_NONE if no action is mapped to the specified key

Implemented in KODI::KEYMAP::CKeyboardActionMap.


The documentation for this class was generated from the following file: