getGesturePinchAngle function

double getGesturePinchAngle()

Get gesture pinch angle.

Implementation

double getGesturePinchAngle() {
  return library.GetGesturePinchAngle();
}