| 
    Kodi Documentation 18.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
Interface for classes that can map buttons to Kodi actions. More...
#include <IButtonMapper.h>
  
Public Member Functions | |
| virtual | ~IButtonMapper ()=default | 
| virtual void | MapActions (int windowId, const TiXmlNode *pDevice)=0 | 
| virtual void | Clear ()=0 | 
Interface for classes that can map buttons to Kodi actions.
      
  | 
  virtualdefault | 
      
  | 
  pure virtual | 
Implemented in CCustomControllerTranslator, CJoystickMapper, and CTouchTranslator.
      
  | 
  pure virtual | 
Implemented in CTouchTranslator, CCustomControllerTranslator, and CJoystickMapper.