TextButton

Undocumented in source.

Constructors

this
this(string text)
Undocumented in source.

Members

Aliases

color
alias color = label.color
Undocumented in source.
text
alias text = label.text
Undocumented in source.

Functions

draw
void draw()
Undocumented in source. Be warned that the author may not have intended to support it.
onPosition
void onPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(float deltaTime)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

label
Label label;
Undocumented in source.

Inherited Members

From Button

onClick
void function() onClick;
Undocumented in source.
update
void update(float deltaTime)
Undocumented in source. Be warned that the author may not have intended to support it.
onEvent
void onEvent(Event event)
Undocumented in source. Be warned that the author may not have intended to support it.
onSelect
void onSelect()
Undocumented in source. Be warned that the author may not have intended to support it.
onValidate
void onValidate()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta