handleTouchStartDollyPan method
void
handleTouchStartDollyPan()
Implementation
void handleTouchStartDollyPan() {
if (scope.enableZoom) handleTouchStartDolly();
if (scope.enablePan) handleTouchStartPan();
}
void handleTouchStartDollyPan() {
if (scope.enableZoom) handleTouchStartDolly();
if (scope.enablePan) handleTouchStartPan();
}