Function InputEventJoypadButton.pressed
If true
, the button's state is pressed. If false
, the button's state is released.
bool pressed() nothrow @property @nogc;
void pressed
(
bool v
) nothrow @property @nogc;