Window.hideMouseCursor

機能/意味
Hide mouse cursor temporarily
タイプ
Windowクラスのメソッド
構文
hideMouseCursor()
引数
なし
戻り値
なし (void)
説明
 Hides the mouse cursor temporarily. Move the mouse a little and the mouse cursor will reappear.
 This method has the same effect as setting Window.mouseCursorState to mcsTempHidden.