handleTouchStartDollyRotate method

dynamic handleTouchStartDollyRotate()

Implementation

handleTouchStartDollyRotate() {
  if (scope.enableZoom) handleTouchStartDolly();

  if (scope.enableRotate) handleTouchStartRotate();
}