Function InputEventScreenTouch.index

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

long index() nothrow @property @nogc;

void index (
  long v
) nothrow @property @nogc;