-------------------------------------------------------------------------------- -- Function......... : centerMouse -- Author........... : -- Description...... : -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function FPVCamera.centerMouse ( ) -------------------------------------------------------------------------------- hud.setCursorPosition ( application.getCurrentUser ( ), 50, 50 ) -------------------------------------------------------------------------------- end --------------------------------------------------------------------------------