Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
CJoystickMapper Class Reference

#include <JoystickMapper.h>

Inheritance diagram for CJoystickMapper:
IButtonMapper

Public Member Functions

 CJoystickMapper ()=default
 
virtual ~CJoystickMapper ()
 
virtual void MapActions (int windowID, const TiXmlNode *pDevice) override
 
virtual void Clear () override
 
std::vector< std::shared_ptr< const IWindowKeymap > > GetJoystickKeymaps () const
 
- Public Member Functions inherited from IButtonMapper
virtual ~IButtonMapper ()=default
 

Constructor & Destructor Documentation

◆ CJoystickMapper()

CJoystickMapper::CJoystickMapper ( )
default

◆ ~CJoystickMapper()

CJoystickMapper::~CJoystickMapper ( )
virtual

Member Function Documentation

◆ Clear()

void CJoystickMapper::Clear ( )
overridevirtual

Implements IButtonMapper.

◆ GetJoystickKeymaps()

std::vector< std::shared_ptr< const IWindowKeymap > > CJoystickMapper::GetJoystickKeymaps ( ) const

◆ MapActions()

void CJoystickMapper::MapActions ( int  windowID,
const TiXmlNode *  pDevice 
)
overridevirtual

Implements IButtonMapper.


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