![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "utils/StringUtils.h"
#include "input/XBMC_keysym.h"
#include "input/XBMC_vkeys.h"
#include "input/XBMC_keytable.h"
Functions | |
bool | KeyTableLookupName (std::string keyname, XBMCKEYTABLE *keytable) |
bool | KeyTableLookupSym (uint16_t sym, XBMCKEYTABLE *keytable) |
bool | KeyTableLookupUnicode (uint16_t unicode, XBMCKEYTABLE *keytable) |
bool | KeyTableLookupSymAndUnicode (uint16_t sym, uint16_t unicode, XBMCKEYTABLE *keytable) |
bool | KeyTableLookupVKeyName (uint32_t vkey, XBMCKEYTABLE *keytable) |
bool KeyTableLookupName | ( | std::string | keyname, |
XBMCKEYTABLE * | keytable | ||
) |
bool KeyTableLookupSym | ( | uint16_t | sym, |
XBMCKEYTABLE * | keytable | ||
) |
bool KeyTableLookupSymAndUnicode | ( | uint16_t | sym, |
uint16_t | unicode, | ||
XBMCKEYTABLE * | keytable | ||
) |
bool KeyTableLookupUnicode | ( | uint16_t | unicode, |
XBMCKEYTABLE * | keytable | ||
) |
bool KeyTableLookupVKeyName | ( | uint32_t | vkey, |
XBMCKEYTABLE * | keytable | ||
) |