Handbook
Glossary
get-touch-position ( index -- Vector2 )
Vocabulary
raylib
Inputs
index
an
int
Outputs
Vector2
a
Vector2
Word description
Get touch position XY for a touch point index (relative to screen size)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
get-touch-position
Vector2
GetTouchPosition (
int
index )