Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <XBMC_keytable.h>
Static Public Member Functions | |
static bool | LookupName (std::string keyname, XBMCKEYTABLE *keytable) |
static bool | LookupSym (uint16_t sym, XBMCKEYTABLE *keytable) |
static bool | LookupUnicode (uint16_t unicode, XBMCKEYTABLE *keytable) |
static bool | LookupSymAndUnicode (uint16_t sym, uint16_t unicode, XBMCKEYTABLE *keytable) |
static bool | LookupVKeyName (uint32_t vkey, XBMCKEYTABLE *keytable) |
|
static |
|
static |
|
static |
|
static |
|
static |