Textbox

Undocumented in source.

Constructors

this
this(string text)
Undocumented in source.
this
this(string text, Font font)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
setText
void setText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
text
string text()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

endRender
void endRender()
Undocumented in source. Be warned that the author may not have intended to support it.
startRender
void startRender()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

font
TTF_Font* font;
Undocumented in source.

Inherited Members

From Box

color
alias color = colour
Undocumented in source.
colour
Colour colour;
Undocumented in source.
x
float x;
y
float y;
width
float width;
height
float height;
Undocumented in source.
vertices
float[8] vertices;
Undocumented in source.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
startRender
void startRender()
endRender
void endRender()

Meta