Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
IButtonMapper Class Referenceabstract

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

#include <IButtonMapper.h>

Inheritance diagram for IButtonMapper:
CCustomControllerTranslator CJoystickMapper CTouchTranslator

Public Member Functions

virtual ~IButtonMapper ()=default
 
virtual void MapActions (int windowId, const TiXmlNode *pDevice)=0
 
virtual void Clear ()=0
 

Detailed Description

Interface for classes that can map buttons to Kodi actions.

Constructor & Destructor Documentation

◆ ~IButtonMapper()

virtual IButtonMapper::~IButtonMapper ( )
virtualdefault

Member Function Documentation

◆ Clear()

virtual void IButtonMapper::Clear ( )
pure virtual

◆ MapActions()

virtual void IButtonMapper::MapActions ( int  windowId,
const TiXmlNode *  pDevice 
)
pure virtual

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