InputEventMouseButton.pressed

If true the mouse button's state is pressed. If false the mouse button's state is released.

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

Meta