GetGesturePinchVector method

Vector2D GetGesturePinchVector()

Implementation

Vector2D GetGesturePinchVector() => run(
  () => 'GetGesturePinchVector()',
  () => rl.Core.GetGesturePinchVector().toD(),
);