Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::KEYMAP::CKeyboardActionMap Class Reference

#include <KeyboardActionMap.h>

Inheritance diagram for KODI::KEYMAP::CKeyboardActionMap:
KODI::KEYMAP::IKeyboardActionMap

Public Member Functions

 CKeyboardActionMap ()=default
 
 ~CKeyboardActionMap () override=default
 
unsigned int GetActionID (const CKey &key) override
 Get the action ID mapped to the specified key.
 
- Public Member Functions inherited from KODI::KEYMAP::IKeyboardActionMap
virtual ~IKeyboardActionMap ()=default
 

Constructor & Destructor Documentation

◆ CKeyboardActionMap()

KODI::KEYMAP::CKeyboardActionMap::CKeyboardActionMap ( )
default

◆ ~CKeyboardActionMap()

KODI::KEYMAP::CKeyboardActionMap::~CKeyboardActionMap ( )
overridedefault

Member Function Documentation

◆ GetActionID()

unsigned int CKeyboardActionMap::GetActionID ( const CKey & key)
overridevirtual

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

Implements KODI::KEYMAP::IKeyboardActionMap.


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