handleTouchMoveDollyRotate method
void
handleTouchMoveDollyRotate(
- dynamic event
Implementation
void handleTouchMoveDollyRotate(event) {
if (scope.enableZoom) handleTouchMoveDolly(event);
if (scope.enableRotate) handleTouchMoveRotate(event);
}