item method

Touch? item(
  1. int index
)

The item() method returns the Touch object at the specified index in the TouchList.

Implementation

external Touch? item(int index);