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

Action entry in joystick.xml. More...

#include <KeymapTypes.h>

Public Member Functions

bool operator< (const KeymapAction &rhs) const
 

Public Attributes

unsigned int actionId
 
std::string actionString
 
unsigned int holdTimeMs
 
std::set< std::string > hotkeys
 

Detailed Description

Action entry in joystick.xml.

Member Function Documentation

◆ operator<()

bool KODI::KEYMAP::KeymapAction::operator< ( const KeymapAction & rhs) const
inline

Member Data Documentation

◆ actionId

unsigned int KODI::KEYMAP::KeymapAction::actionId

◆ actionString

std::string KODI::KEYMAP::KeymapAction::actionString

◆ holdTimeMs

unsigned int KODI::KEYMAP::KeymapAction::holdTimeMs

◆ hotkeys

std::set<std::string> KODI::KEYMAP::KeymapAction::hotkeys

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