InputEventScreenTouch.pressed

If true, the touch's state is pressed. If false, the touch's state is released.

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

Meta