<viz:mouse>.setVisible

This command changes the system visibility of the cursor

 

<viz:mouse>.setVisible(
    state    # ON, OFF or TOGGLE

)

 

state

Specifies how to change the state of the cursor:
viz.ON
viz.OFF
viz.TOGGLE


Remarks

Use this command to change the visibility of the mouse.

Return Value

None

Example

viz.mouse.setVisible(viz.ON)