ReleaseMouse()

Syntax

ReleaseMouse(State)
Description
Locks or releases the mouse to allow its use under standard OS. This is typically called after checking the result of IsScreenActive() function.

Parameters

State
  #True  : the mouse is released.
  #False : the mouse is locked.

Return value

None.

See Also

IsScreenActive()

Supported OS

All

<- MouseY() - Mouse Index