Reviewed some TODO comments
This commit is contained in:
parent
dcd289d931
commit
00a763ea44
7 changed files with 5 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue