InputEventScreenTouch.index

The touch index in the case of a multi-touch event. One index = one finger.

  1. long index [@property getter]
  2. long index [@property setter]
    struct InputEventScreenTouch
    @nogc nothrow @property
    void
    index
    (
    long v
    )

Meta