Skip to contents

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

Usage

get_touch_position(index)

Arguments

index

An integer.

Value

A numeric vector of length 2

Note

This function has been auto-generated from the following Raylib function definition:

Vector2 GetTouchPosition(int index);

See also