diff options
| author | raysan5 <[email protected]> | 2021-10-12 20:21:56 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-10-12 20:21:56 +0200 |
| commit | 0b0711027ac3860067347298b6aa16c5fc65f454 (patch) | |
| tree | 68402986a6f13ed93f126573b097da85286e66b4 /src/raylib.h | |
| parent | 1b91ac0b0d78d10605a892c62914169865c2a138 (diff) | |
| download | raylib-0b0711027ac3860067347298b6aa16c5fc65f454.tar.gz raylib-0b0711027ac3860067347298b6aa16c5fc65f454.zip | |
Remove unimplemented function
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 1 |
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) |
