Difference between revisions of "ISKernel:MouseTo (Command)"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
== 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 == |
Revision as of 19:17, 24 August 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