Programming with Reflection
SetMousePos method
Syntax object.SetMousePos Row, Column
Sets the mouse screen coordinates. Use the TerminalMouse method after SetMousePos to simulate a click at the specified location.
Row Argument type: Integer
The row to which the mouse cursor is to be moved. You can use rcMouseRow to specify the row where the mouse was last clicked.
Column Argument type: Integer
The column to which the mouse cursor is to be moved. You can use rcMouseCol to specify the column where the mouse was last clicked.