Difference between revisions of "ISKernel:MouseTo (Command)"
Jump to navigation
Jump to search
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
== Syntax == | == Syntax == | ||
+ | {{CMD-DR|MouseTo|Beginner|Beginner|Beginner|Beginner}} | ||
+ | MouseTo <#,#> | ||
− | == | + | == Forms == |
+ | *MouseTo <#,#> puts the mouse cursor on the X(left-right),Y(up-down) pixel specified | ||
== Examples == | == Examples == | ||
+ | ===Set mouse to a specific pixel=== | ||
+ | *MouseTo 300,600 | ||
+ | :Sets mouse to the pixel 300 to the right, 600 down from the upper left | ||
== 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}} | ||
+ | [[Category:Inner Space]] | ||
+ | [[Category:Inner Space Kernel]] | ||
+ | [[Category:Inner Space Kernel Commands]] |
Latest revision as of 04:52, 19 October 2005
Syntax
MouseTo | |
Usage | Beginner |
Level of Understanding | Beginner |
Computer Savvy | Beginner |
Logic | Beginner |
MouseTo <#,#>
Forms
- MouseTo <#,#> puts the mouse cursor on the X(left-right),Y(up-down) pixel specified
Examples
Set mouse to a specific pixel
- MouseTo 300,600
- Sets mouse to the pixel 300 to the right, 600 down from the upper left