KeyEvent

KeyEvent represents a single pressed key, possibly with modifiers.

Members

Functions

toString
dstring toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ch
dchar ch;

Set if key == rune.

key
Key key;

Key pressed.

mod
Modifiers mod;

Any modifiers pressed together.

Meta