GetTouchPointId method

int GetTouchPointId(
  1. int index
)

Get touch point identifier for given index

Implementation

int GetTouchPointId(int index)
  => _GetTouchPointId(index);