Window.hideMouseCursor

Function/Meaning
Temporarily hides the mouse cursor
Type
Window class method
Syntax
hideMouseCursor()
Arguments
None
Return Value
None (void)
Description
Temporarily hides the mouse cursor. The mouse cursor will reappear if the mouse is moved even slightly.
This method has the same effect as setting Window.mouseCursorState to mcsTempHidden.