handleTouchMoveDollyRotate method

void handleTouchMoveDollyRotate(
  1. dynamic event
)

Implementation

void handleTouchMoveDollyRotate(event) {
  if (scope.enableZoom) handleTouchMoveDolly(event);
  if (scope.enableRotate) handleTouchMoveRotate(event);
}