kodi
|
Interface for translating keyboard keys to action IDs. More...
#include <IKeyboardActionMap.h>
Public Member Functions | |
virtual unsigned int | GetActionID (const CKey &key)=0 |
Get the action ID mapped to the specified key. More... | |
Interface for translating keyboard keys to action IDs.
|
pure virtual |
Get the action ID mapped to the specified key.
key | The key to look up |
Implemented in KODI::KEYMAP::CKeyboardActionMap.