handleTouchMoveDollyPan method

dynamic handleTouchMoveDollyPan(
  1. dynamic event
)

Implementation

handleTouchMoveDollyPan(event) {
  if (scope.enableZoom) handleTouchMoveDolly(event);

  if (scope.enablePan) handleTouchMovePan(event);
}