Get touch position XY for a touch point index (relative to screen size).
Note
This function has been auto-generated from the following Raylib function definition:
Vector2 GetTouchPosition(int index);See also
Other touch functions:
get_touch_point_count(),
get_touch_point_id(),
get_touch_x(),
get_touch_y()
