-------------------------------------------------------------------------------- -- Handler.......... : onZoomBy -- Author........... : -- Description...... : -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function OSVCamera.onZoomBy ( nDeltaX, nDeltaY ) -------------------------------------------------------------------------------- this.nDstDist ( this.nDstDist ( ) * ( 1 + nDeltaY ) ) -------------------------------------------------------------------------------- end --------------------------------------------------------------------------------