summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-10-12 20:21:56 +0200
committerraysan5 <[email protected]>2021-10-12 20:21:56 +0200
commit0b0711027ac3860067347298b6aa16c5fc65f454 (patch)
tree68402986a6f13ed93f126573b097da85286e66b4 /src/raylib.h
parent1b91ac0b0d78d10605a892c62914169865c2a138 (diff)
downloadraylib-0b0711027ac3860067347298b6aa16c5fc65f454.tar.gz
raylib-0b0711027ac3860067347298b6aa16c5fc65f454.zip
Remove unimplemented function
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 7bcb39e3..e29ff577 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)