From 00a763ea4485bfa00c3b65c500a466c77e2cc170 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 23 Sep 2021 00:18:47 +0200 Subject: Reviewed some TODO comments --- src/raylib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/raylib.h') 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) -- cgit v1.2.3