- draw
void draw()
Undocumented in source. Be warned that the author may not have intended to support it.
- dropTextInput
void dropTextInput()
Undocumented in source. Be warned that the author may not have intended to support it.
- focusLost
void focusLost()
Called when an object loses focus.
- initTextInput
void initTextInput()
Undocumented in source. Be warned that the author may not have intended to support it.
- passMCE
void passMCE(MouseEventCommons mec, MouseClickEvent mce)
Undocumented in source. Be warned that the author may not have intended to support it.
- setFilter
void setFilter(InputFilter f)
Sets an external input filter.
- setFilter
void setFilter(TextInputFieldType t)
Sets an internal input filter
- textEditingEvent
void textEditingEvent(uint timestamp, uint windowID, dstring text, int start, int length)
Passes text editing events to the target, alongside with a window ID and a timestamp.
- textInputEvent
void textInputEvent(uint timestamp, uint windowID, dstring text)
Undocumented in source. Be warned that the author may not have intended to support it.
- textInputKeyEvent
void textInputKeyEvent(uint timestamp, uint windowID, TextInputKey key, ushort modifier)
Undocumented in source. Be warned that the author may not have intended to support it.
Text input box.