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

From Lavish Software Wiki
Jump to navigation Jump to search
Line 15: Line 15:
 
== 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:14, 19 October 2005

Syntax

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

MouseClick [-hold|-release] <left|right>

Forms

  • MouseClick -hold <left|right> - clicks and holds the left or right mouse button
  • MouseClick -release <left|right> - releases the left or right mouse button

Examples

Click something with left mouse button

  • MouseClick -hold left

Release the left mouse button

  • MouseClick -release left

See Also