getTouchPointId function

int getTouchPointId(
  1. int index
)

Get touch point identifier for given index.

Implementation

int getTouchPointId(int index) {
  return library.GetTouchPointId(index);
}