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

Interface for classes that can map buttons to Kodi actions. More...

#include <IKeyMapper.h>

Inheritance diagram for KODI::KEYMAP::IKeyMapper:
KODI::KEYMAP::CCustomControllerTranslator KODI::KEYMAP::CJoystickMapper KODI::KEYMAP::CTouchTranslator

Public Member Functions

virtual ~IKeyMapper ()=default
 
virtual void MapActions (int windowId, const tinyxml2::XMLNode *pDevice)=0
 
virtual void Clear ()=0
 

Detailed Description

Interface for classes that can map buttons to Kodi actions.

Constructor & Destructor Documentation

◆ ~IKeyMapper()

virtual KODI::KEYMAP::IKeyMapper::~IKeyMapper ( )
virtualdefault

Member Function Documentation

◆ Clear()

virtual void KODI::KEYMAP::IKeyMapper::Clear ( )
pure virtual

◆ MapActions()

virtual void KODI::KEYMAP::IKeyMapper::MapActions ( int windowId,
const tinyxml2::XMLNode * pDevice )
pure virtual

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