KeyInput

Undocumented in source.

Members

Functions

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

Static functions

fromCtrlC
auto fromCtrlC()
Undocumented in source. Be warned that the author may not have intended to support it.
fromEmpty
auto fromEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
fromInterrupt
auto fromInterrupt()
Undocumented in source. Be warned that the author may not have intended to support it.
fromKey
auto fromKey(Key key, Modifier modifiers, EventType eventType)
Undocumented in source. Be warned that the author may not have intended to support it.
fromPrintable
auto fromPrintable(dchar ch, Modifier modifiers, EventType eventType)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

c
dchar c;

Unicode character

ctrlC
bool ctrlC;
Undocumented in source.
empty
bool empty;
Undocumented in source.
eventType
EventType eventType;

press / repeat / release

key
Key key;

For Key.normal look at the c field

modifiers
Modifier modifiers;

modifier keys held

Meta