SetMousePos Row, Column
Sets the mouse position to the specified row and column coordinates.
Row | Argument type: Integer |
The row to which the variable will be written. The default is Cursor Position Row. The minimum value is 1 (row 1 is the first row). The maximum value varies according to the number of rows supported by the terminal model the Design Tool is emulating. | |
Column | Argument type: Integer |
The column to which the variable will be written. The default is Cursor Position Column. The minimum value is 1 (column 1 is the first column). The maximum value varies according to the number of rows supported by the terminal model the Design Tool is emulating. | |
![]() |