clickScreenXYZ — Clicks on the screen given by world coordinates (with displacement).
call subs.txt clickScreenXYZ { worldx } { worldy } { worldz } [ xdisp ] [ ydisp ] [ click1 ] [ click2 ]
ScriptFellow
Table 8. clickScreenXYZ parameters
| Name | Description |
|---|---|
| worldx | World x-coordinate. |
| worldy | World y-coordinate. |
| worldz | World z-coordinate. |
| xdisp | x displacement (to be added to the screen coordinate). |
| ydisp | y displacement (to be added to the screen coordinate). |
| click1 | click modifier: D, F, G, N, P, R or X (default if 'F') |
| click2 | X modifier |
Clicks on the screen given by world coordinates (with displacement). Initialize the following variables: %_cursorX, %_cursorY.
%outsideScreen (#true or #false )