TextInputEvent

Defines the contents of a text input data.

Version label iota_use_utf8 will make the middleware to convert text input to UTF8 on non-UTF8 systems, leaving it out will make UTF32 as the standard

Members

Functions

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

Variables

isClipboard
bool isClipboard;

True if the text input originates from a clipboard event.

text
char[] text;
Undocumented in source.
text
dchar[] text;
Undocumented in source.

Meta