Reviewed gestures module
This commit is contained in:
parent
687fe2c3c7
commit
a847df921f
4 changed files with 95 additions and 57 deletions
|
@ -102,6 +102,7 @@ Vector2 GetGestureDragVector(void); // Get gesture drag vect
|
|||
int GetGestureHoldDuration(void); // Get gesture hold time in frames
|
||||
float GetGesturePinchDelta(void); // Get gesture pinch delta
|
||||
float GetGesturePinchAngle(void); // Get gesture pinch angle
|
||||
int GetTouchPointsCount(void); // Get touch points count
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue