Button

Widgets: Main - Most widgets return true when the value has been changed or when pressed/selected - You may also use one of the many IsItemXXX functions (e.g. IsItemActive, IsItemHovered, etc.) to query widget state.

pure @nogc nothrow @trusted
bool
Button
(
scope const(char)* label
)

Meta