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