diff options
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 1 |
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) |
