Mouse.visible

From MiniScript Wiki
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