- 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.
- initTextInput
void initTextInput()
Undocumented in source. Be warned that the author may not have intended to support it.
- 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)
Passes text input key events to the target, e.g. cursor keys.
Text input in pop-up fashion.