PopUpTextInput

Text input in pop-up fashion.

Constructors

this
this(string source, Text text, Coordinate position)
Undocumented in source.

Members

Functions

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.

Variables

cursorPos
size_t cursorPos;
Undocumented in source.
enableEdit
bool enableEdit;
Undocumented in source.
horizTextOffset
int horizTextOffset;
insert
bool insert;
Undocumented in source.
onTextInput
void delegate(Event ev) onTextInput;
select
int select;
Undocumented in source.

Meta