Window.hideMouseCursor

Function/Meaning

[Windows *] Temporarily hide the mouse cursor

Type
Windowclassmethod of
Syntax
hideMouseCursor()
Arguments
Return value
None (void)
Explanation

Temporarily hides the mouse cursor.
If you move the mouse even a little, the mouse cursor will reappear.
This method has the same effect as setting Window.mouseCursorState to mcsTempHidden.