GetTouchPosition method

Vector2C GetTouchPosition(
  1. int index
)

Get touch position XY for a touch point index (relative to screen size)

Implementation

Vector2C GetTouchPosition(int index)
  => _GetTouchPosition(index);