Mouse.visible

From MiniScript Wiki
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 ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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