GetTouchPosition method

Vector2C GetTouchPosition(
  1. int index
)

Implementation

Vector2C GetTouchPosition(int index) {
  return _GetTouchPosition(index);
}