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(int count, string input)
Undocumented in source.
this
this(int count, byte[] bytes)
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.
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.
input
string input;
Undocumented in source.

Meta