PopUpTextInput

Text input in pop-up fashion.

Constructors

this
this(string source, wstring text, Coordinate coordinates)
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.
textInputEvent
void textInputEvent(uint timestamp, uint windowID, char[32] 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.

Variables

enableEdit
bool enableEdit;
insert
bool insert;
Undocumented in source.
onTextInput
void delegate(Event ev) onTextInput;
Undocumented in source.
textPos
int textPos;
Undocumented in source.

Inherited Members

From PopUpElement

output
BitmapDrawer output;
Undocumented in source.
inputhandler
InputHandler inputhandler;
Undocumented in source.
styleSheet
StyleSheet styleSheet;
Undocumented in source.
coordinates
Coordinate coordinates;
Undocumented in source.
customStyle
StyleSheet customStyle;
Undocumented in source.
parent
PopUpHandler parent;
Undocumented in source.
source
string source;
Undocumented in source.
text
wstring text;
Undocumented in source.
onDraw
void delegate() onDraw;
Undocumented in source.
onMouseClick
void delegate(Event ev) onMouseClick;
Undocumented in source.
draw
void draw()
Undocumented in source.
onClick
void onClick(int offsetX, int offsetY, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
onScroll
void onScroll(int x, int y, int wX, int wY)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseMovement
void onMouseMovement(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
addParent
void addParent(PopUpHandler p)
Undocumented in source. Be warned that the author may not have intended to support it.
getStyleSheet
StyleSheet getStyleSheet()
Undocumented in source. Be warned that the author may not have intended to support it.

From TextInputListener

textInputEvent
void textInputEvent(uint timestamp, uint windowID, char[32] text)
Undocumented in source.
textInputKeyEvent
void textInputKeyEvent(uint timestamp, uint windowID, TextInputKey key, ushort modifier)
Undocumented in source.
dropTextInput
void dropTextInput()
Undocumented in source.

Meta