Button

Implements a simple clickable window element for user input.

Constructors

this
this(dstring text, string source, Box position)

Creates a Button with the default text formatting style.

this
this(Text text, string source, Box position)

Creates a Button with the supplied Text object.

Members

Functions

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

Meta