Input-related functions: touch
Vector2 GetTouchPosition(int index) { final ret = raylib.GetTouchPosition(index); return Vector2(ret.x, ret.y); }