dcell.key

Undocumented in source.

Members

Enums

Key
enum Key

Key represents a single, unmodified key stroke. Modifier keys are not considered as Keys.

Modifiers
enum Modifiers

Modifiers are special keys that when combined with other keys change their meaning.

Static variables

keyNames
dstring[Key] keyNames;
Undocumented in source.

Structs

KeyEvent
struct KeyEvent

This represents a single pressed key, possibly with modifiers.

Meta