From 0b0711027ac3860067347298b6aa16c5fc65f454 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Tue, 12 Oct 2021 20:21:56 +0200 Subject: [PATCH] Remove unimplemented function --- src/raylib.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/raylib.h b/src/raylib.h index 7bcb39e37..e29ff577f 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -1109,7 +1109,6 @@ 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)