Difference between revisions of "ISKernel:MouseCursor (Command)"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 16: Line 16:
 
== See Also ==
 
== See Also ==
 
*[[LavishScript:Commands|LavishScript Commands]]
 
*[[LavishScript:Commands|LavishScript Commands]]
 +
*[[IS:Kernel#Commands|Kernel Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
 +
  
 
{{Command-Stub}}
 
{{Command-Stub}}

Revision as of 04:12, 19 October 2005

Syntax

Command Difficulty Rating
MouseCursor
Usage Intermediate
Level of Understanding Beginner
Computer Savvy Intermediate
Logic Intermediate

MouseCursor <on|off>

Forms

  • MouseCursor off - turn off the mousecursor visibility
  • MouseCursor on - turn on the mousecursor visibility

Examples

Turning the mousecursor off

  • MouseCursor off
Mouse turns invisible

Turning the mousecursor on

  • MouseCursor on
Mouse turns visible

See Also