Difference between revisions of "Mouse.visible"

From MiniScript Wiki
Jump to navigation Jump to search
(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 ==...")
 
(No difference)

Latest revision as of 15:42, 24 March 2020

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