ButtonState

Undocumented in source.
@Component("gui.ButtonState", Replication.none)
struct ButtonState {}

Members

Functions

hovered
bool hovered()
Undocumented in source. Be warned that the author may not have intended to support it.
pressed
bool pressed()
Undocumented in source. Be warned that the author may not have intended to support it.
selected
bool selected()
Undocumented in source. Be warned that the author may not have intended to support it.
toggleSelected
void toggleSelected()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
uint data;
Undocumented in source.

Meta