-------------------------------------------------------------------------------- -- Function......... : enableInputsHandling -- Author........... : -- Description...... : -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function FPVMain.enableInputsHandling ( bEnable ) -------------------------------------------------------------------------------- this.bHandleInputs ( bEnable ) hud.setCursorVisible ( this.getUser ( ), not bEnable ) hud.setCursorPosition ( this.getUser ( ), 50, 50 ) -------------------------------------------------------------------------------- end --------------------------------------------------------------------------------