Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CKey, including all inherited members.
CKey(void) | CKey | |
CKey(uint32_t buttonCode, uint8_t leftTrigger=0, uint8_t rightTrigger=0, float leftThumbX=0.0f, float leftThumbY=0.0f, float rightThumbX=0.0f, float rightThumbY=0.0f, float repeat=0.0f) | CKey | |
CKey(uint32_t buttonCode, unsigned int held) | CKey | |
CKey(uint32_t keycode, uint8_t vkey, wchar_t unicode, char ascii, uint32_t modifiers, uint32_t lockingModifiers, unsigned int held) | CKey | |
CKey(const CKey &key) | CKey | |
FromKeyboard() const | CKey | |
GetAscii() const | CKey | inline |
GetButtonCode() const | CKey | inline |
GetFromService() const | CKey | inline |
GetHeld() const | CKey | inline |
GetKeycode() const | CKey | inline |
GetLeftThumbX() const | CKey | |
GetLeftThumbY() const | CKey | |
GetLeftTrigger() const | CKey | |
GetLockingModifiers() const | CKey | inline |
GetModifiers() const | CKey | inline |
GetRepeat() const | CKey | |
GetRightThumbX() const | CKey | |
GetRightThumbY() const | CKey | |
GetRightTrigger() const | CKey | |
GetUnicode() const | CKey | inline |
GetVKey() const | CKey | inline |
IsAnalogButton() const | CKey | |
IsIRRemote() const | CKey | |
Modifier enum name | CKey | |
MODIFIER_ALT enum value | CKey | |
MODIFIER_CAPSLOCK enum value | CKey | |
MODIFIER_CTRL enum value | CKey | |
MODIFIER_LONG enum value | CKey | |
MODIFIER_META enum value | CKey | |
MODIFIER_NUMLOCK enum value | CKey | |
MODIFIER_RALT enum value | CKey | |
MODIFIER_SCROLLLOCK enum value | CKey | |
MODIFIER_SHIFT enum value | CKey | |
MODIFIER_SUPER enum value | CKey | |
operator=(const CKey &key) | CKey | |
Reset() | CKey | |
SetFromService(bool fromService) | CKey | |
~CKey(void) | CKey | virtual |