getGestureHoldDuration function

double getGestureHoldDuration()

Get gesture hold time in milliseconds.

Implementation

double getGestureHoldDuration() {
  return library.GetGestureHoldDuration();
}