summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
authorRay <[email protected]>2021-09-23 00:18:47 +0200
committerRay <[email protected]>2021-09-23 00:18:47 +0200
commit00a763ea4485bfa00c3b65c500a466c77e2cc170 (patch)
tree365cced2a243483e835df59922ae27652cbe4612 /src/raylib.h
parentdcd289d931d3c9d836c23068e1420930b566db6a (diff)
downloadraylib-00a763ea4485bfa00c3b65c500a466c77e2cc170.tar.gz
raylib-00a763ea4485bfa00c3b65c500a466c77e2cc170.zip
Reviewed some TODO comments
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/raylib.h b/src/raylib.h
index fd9e4975..eeaf0c73 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -1107,6 +1107,7 @@ RLAPI int GetTouchY(void); // Get touch posit
RLAPI Vector2 GetTouchPosition(int index); // Get touch position XY for a touch point index (relative to screen size)
RLAPI int GetTouchPointId(int index); // Get touch point identifier for given index
RLAPI int GetTouchPointCount(void); // Get number of touch points
+RLAPI int GetTouchEvent(void); // Get last touch event registered
//------------------------------------------------------------------------------------
// Gestures and Touch Handling Functions (Module: rgestures)