ShowCursor  Mouse

The ShowCursor function shows or hides the mouse cursor.

Syntax

Mouse.ShowCursor(
     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)
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia