GetTouchPosition method
Get touch position XY for a touch point index (relative to screen size)
Implementation
@override
Vector2D GetTouchPosition(
num index,
) => run(
() => RaylibDebugLabels.GetTouchPosition(index),
() => rl.Core.GetTouchPosition(index.toInt()).toD(),
);