BaseButton.pressed

If true the button's state is pressed. Means the button is pressed down or toggled (if toggle_mode is active).

  1. bool pressed [@property getter]
  2. bool pressed [@property setter]
    struct BaseButton
    @nogc nothrow @property
    void
    pressed
    (
    bool v
    )

Meta