TextLineInput

Undocumented in source.

Constructors

this
this(EventManager emngr, Font font, Vector2f pos)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

draw
void draw(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
onKeyDown
void onKeyDown(int key)
Undocumented in source. Be warned that the author may not have intended to support it.
onResize
void onResize(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

alignToWindow
bool alignToWindow;
Undocumented in source.
cursor
TextLine cursor;
Undocumented in source.
cursorState
bool cursorState;
Undocumented in source.
oldWindowHeight
int oldWindowHeight;
Undocumented in source.
textLine
TextLine textLine;
Undocumented in source.
timer
float timer;
Undocumented in source.

Inherited Members

From TextListener

arr
dchar[100] arr;
Undocumented in source.
pos
uint pos;
Undocumented in source.
onTextInput
void onTextInput(dchar code)
Undocumented in source. Be warned that the author may not have intended to support it.
onKeyDown
void onKeyDown(int key)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
back
void back()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.

From Drawable

draw
void draw(double dt)
Undocumented in source.

Meta