handleTouchStartDollyPan method

void handleTouchStartDollyPan()

Implementation

void handleTouchStartDollyPan() {
  if (scope.enableZoom) handleTouchStartDolly();
  if (scope.enablePan) handleTouchStartPan();
}