Function BaseButton.pressed
If true
, the button's state is pressed. Means the button is pressed down or toggled (if toggleMode
is active).
bool pressed() nothrow @property @nogc;
void pressed
(
bool v
) nothrow @property @nogc;