canHandleGesture method

bool canHandleGesture()

Implementation

bool canHandleGesture() {
  return config.enableDrag && !isDragging;
}