Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::KEYBOARD::KeyTable Struct Reference

#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)
 

Member Function Documentation

◆ LookupName()

bool KeyTable::LookupName ( std::string keyname,
XBMCKEYTABLE * keytable )
static

◆ LookupSym()

bool KeyTable::LookupSym ( uint16_t sym,
XBMCKEYTABLE * keytable )
static

◆ LookupSymAndUnicode()

bool KeyTable::LookupSymAndUnicode ( uint16_t sym,
uint16_t unicode,
XBMCKEYTABLE * keytable )
static

◆ LookupUnicode()

bool KeyTable::LookupUnicode ( uint16_t unicode,
XBMCKEYTABLE * keytable )
static

◆ LookupVKeyName()

bool KeyTable::LookupVKeyName ( uint32_t vkey,
XBMCKEYTABLE * keytable )
static

The documentation for this struct was generated from the following files: