The ShowCursor function shows or hides the mouse cursor.
Syntax
Mouse.ShowCursor(
Integer visible = true)
Integer visible = true)
Parameters
| visible true, false | Visibility value. | Optional |
|---|
Return value
The ShowCursor function has no return values.
Example
// Hide cursor
myMouse.ShowCursor(false)
myMouse.ShowCursor(false)