Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Interface for translating keyboard keys to action IDs. More...
#include <IKeyboardActionMap.h>
Public Member Functions | |
virtual | ~IKeyboardActionMap ()=default |
virtual unsigned int | GetActionID (const CKey &key)=0 |
Get the action ID mapped to the specified key. | |
Interface for translating keyboard keys to action IDs.
|
virtualdefault |
Get the action ID mapped to the specified key.
key | The key to look up |
Implemented in KODI::KEYMAP::CKeyboardActionMap.