#include <stdint.h>
#include <string>
§ XBMCKEYTABLE
§ KeyTableLookupName()
| bool KeyTableLookupName |
( |
std::string |
keyname, |
|
|
XBMCKEYTABLE * |
keytable |
|
) |
| |
§ KeyTableLookupSym()
| bool KeyTableLookupSym |
( |
uint16_t |
sym, |
|
|
XBMCKEYTABLE * |
keytable |
|
) |
| |
§ KeyTableLookupSymAndUnicode()
| bool KeyTableLookupSymAndUnicode |
( |
uint16_t |
sym, |
|
|
uint16_t |
unicode, |
|
|
XBMCKEYTABLE * |
keytable |
|
) |
| |
§ KeyTableLookupUnicode()
| bool KeyTableLookupUnicode |
( |
uint16_t |
unicode, |
|
|
XBMCKEYTABLE * |
keytable |
|
) |
| |
§ KeyTableLookupVKeyName()
| bool KeyTableLookupVKeyName |
( |
uint32_t |
vkey, |
|
|
XBMCKEYTABLE * |
keytable |
|
) |
| |