Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KeyboardTypes.h File Reference
#include "input/keyboard/Key.h"
#include "input/keyboard/XBMC_keysym.h"
#include <string>

Namespaces

namespace  KODI
 
namespace  KODI::KEYBOARD
 
using KODI::KEYBOARD::XBMCKey = XBMCKey
 Symbol of a hardware-independent key.
 
using KODI::KEYBOARD::KeyName = std::string
 Name of a hardware-indendent symbol representing a key.
 
using KODI::KEYBOARD::Modifier = CKey::Modifier
 Modifier keys on a keyboard that can be held when sending a key press.
 
const unsigned int KODI::KEYBOARD::KEY_HOLD_TRESHOLD = 250
 Duration for which a keyboard key is considered held.