Mouse.visible
Revision as of 15:42, 24 March 2020 by 71.226.33.30 (talk) (Created page with "<c>mouse.visible</c> controls whether the mouse cursor is currently visible. Assign false (0) to this to hide the mouse cursor, and true (1) to show it again. == Example ==...")
mouse.visible
controls whether the mouse cursor is currently visible. Assign false (0) to this to hide the mouse cursor, and true (1) to show it again.
Example
mouse.visible = false // hides the mouse cursor