![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <MouseTranslator.h>
Static Public Member Functions | |
static uint32_t | TranslateCommand (const TiXmlElement *pButton) |
Translate a keymap element to a key ID. More... | |
static bool | TranslateEventID (unsigned int eventId, KODI::MOUSE::BUTTON_ID &buttonId) |
Translate a mouse event ID to a mouse button index. More... | |
|
static |
Translate a keymap element to a key ID.
|
static |
Translate a mouse event ID to a mouse button index.
eventId | The event ID from MouseStat.h | |
[out] | buttonId | The button ID from MouseTypes.h, or unmodified if unsuccessful |