KeyInput

either a special key like arrow or backspace or an utf-8 string (e.g. ä is already 2 bytes in an utf-8 string)

Constructors

this
this(string input)
Undocumented in source.
this
this(byte[] bytes)
Undocumented in source.
this
this(bool ctrlC, bool empty)
Undocumented in source.

Members

Static functions

fromBytes
auto fromBytes(byte[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
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.
fromText
auto fromText(string s)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

COUNT
int COUNT;
Undocumented in source.

Variables

bytes
byte[] bytes;
Undocumented in source.
count
int count;
Undocumented in source.
ctrlC
bool ctrlC;
Undocumented in source.
empty
bool empty;
Undocumented in source.
input
string input;
Undocumented in source.

Meta