kodi
|
Static Public Member Functions | |
static uint32_t | TranslateCommand (const tinyxml2::XMLElement *pButton) |
Translate a keymap element to a key ID. | |
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 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 |