Utility string class that automatically handles conversions between types and encodings.
Give access to the real-time state of the keyboard.
Key localize(Scancode code)
Localize a physical key to a logical one.
static constexpr unsigned int KeyCount
The total number of keyboard keys, ignoring Key::Unknown
static constexpr unsigned int ScancodeCount
The total number of scancodes, ignoring Scan::Unknown
Scancode delocalize(Key key)
Identify the physical key corresponding to a logical one.
String getDescription(Scancode code)
Provide a string representation for a given scancode.
void setVirtualKeyboardVisible(bool visible)
Show or hide the virtual keyboard.
@ Numpad9
The numpad 9 key.
@ Numpad0
The numpad 0 key.
@ Subtract
The - key (minus, usually from numpad)
@ RSystem
The right OS specific key: window (Windows and Linux), apple (macOS), ...
@ Numpad7
The numpad 7 key.
@ Numpad6
The numpad 6 key.
@ Numpad4
The numpad 4 key.
@ Numpad3
The numpad 3 key.
@ Numpad5
The numpad 5 key.
@ LShift
The left Shift key.
@ Hyphen
The - key (hyphen)
@ Numpad8
The numpad 8 key.
@ RShift
The right Shift key.
@ LControl
The left Control key.
@ RControl
The right Control key.
@ Numpad1
The numpad 1 key.
@ Backspace
The Backspace key.
@ PageDown
The Page down key.
@ Enter
The Enter/Return keys.
@ Numpad2
The numpad 2 key.
@ LSystem
The left OS specific key: window (Windows and Linux), apple (macOS), ...
bool isKeyPressed(Key key)
Check if a key is pressed.
@ LaunchMediaSelect
Keyboard Launch Media Select key.
@ Search
Keyboard Search key.
@ MediaPreviousTrack
Keyboard Media Previous Track key.
@ LaunchMail
Keyboard Launch Mail key.
@ Paste
Keyboard Paste key.
@ NumpadMultiply
Keypad * key.
@ Execute
Keyboard Execute key.
@ NumpadEnter
Keypad Enter/Return key.
@ MediaStop
Keyboard Media Stop key.
@ MediaNextTrack
Keyboard Media Next Track key.
@ Refresh
Keyboard Refresh key.
@ Forward
Keyboard Forward key.
@ LaunchApplication2
Keyboard Launch Application 2 key.
@ ScrollLock
Keyboard Scroll Lock key.
@ NumpadEqual
keypad = key
@ CapsLock
Keyboard Caps Lock key.
@ VolumeDown
Keyboard Volume Down key.
@ VolumeMute
Keyboard Volume Mute key.
@ NumpadDecimal
Keypad . and Delete key.
@ NumpadPlus
Keypad + key.
@ MediaPlayPause
Keyboard Media Play Pause key.
@ NumpadDivide
Keypad / key.
@ PrintScreen
Keyboard Print Screen key.
@ HomePage
Keyboard Home Page key.
@ NonUsBackslash
Keyboard Non-US \ and | key.
@ NumLock
Keypad Num Lock and Clear key.
@ LaunchApplication1
Keyboard Launch Application 1 key.
@ Favorites
Keyboard Favorites key.
@ Select
Keyboard Select key.
@ Application
Keyboard Application key.
@ ModeChange
Keyboard Mode Change key.
@ VolumeUp
Keyboard Volume Up key.
@ NumpadMinus
Keypad - key.