We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Get distance between two pinch points
None.
if raylib.GetGestureDetected == raylib.GESTURE_PINCH_IN then v = raylib.GetGesturePinchVector print "Pinch vector: " + v[0] + ", " + v[1] end if
There was an error while loading. Please reload this page.