-------------------------------------------------------------------------------- -- Handler.......... : onFS -- Author........... : -- Description...... : -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function OSVMain.onFS ( ) -------------------------------------------------------------------------------- if ( this.bFS ( ) ) then application.setOption ( application.kOptionFullscreen, 0 ) this.bFS ( false ) else application.setOption ( application.kOptionFullscreen, 1 ) this.bFS ( true ) end -------------------------------------------------------------------------------- end --------------------------------------------------------------------------------