GetTouchPointId method

int GetTouchPointId(
  1. int index
)

Implementation

int GetTouchPointId(int index) {
  return _GetTouchPointId(index);
}