-------------------------------------------------------------------------------- -- Handler.......... : onMouseButtonUp -- Author........... : -- Description...... : -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function OSVMain.onMouseButtonUp ( nButton, nPointX, nPointY, nRayPntX, nRayPntY, nRayPntZ, nRayDirX, nRayDirY, nRayDirZ ) -------------------------------------------------------------------------------- this.bMouseButtonDown ( false ) --hud.setCursorVisible ( this.getUser ( ), true ) -------------------------------------------------------------------------------- end --------------------------------------------------------------------------------