Reviewed some TODO comments

This commit is contained in:
Ray 2021-09-23 00:18:47 +02:00
parent dcd289d931
commit 00a763ea44
7 changed files with 5 additions and 10 deletions

View file

@ -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)