handleTouchMoveDollyPan method
      
void
handleTouchMoveDollyPan(
    
    
- dynamic event
Implementation
void handleTouchMoveDollyPan(event) {
  if (scope.enableZoom) handleTouchMoveDolly(event);
  if (scope.enablePan) handleTouchMovePan(event);
}