gfx.window.keys

Key enumeration module.

Members

Enums

KeyCode
enum KeyCode

Represents a physical key (or scancode), using QWERTY US keymap as basis. I.e. the key "A" on an AZERTY keyboard is represented by Code.Q. This enum has 256 values and is a perfect candidate for index based look-up table. Values of enumerants are from the USB HID scancodes table.

KeyMods
enum KeyMods

Modifier mask

KeySym
enum KeySym

Represent a virtual key, which is a key translated with a keymap.

Meta