handleTouchMoveDollyPan method

void handleTouchMoveDollyPan(
  1. dynamic event
)

Implementation

void handleTouchMoveDollyPan(event) {
  if (scope.enableZoom) handleTouchMoveDolly(event);
  if (scope.enablePan) handleTouchMovePan(event);
}