MoveMouse (Old)
From SCAR Divi Manual
Definition
procedure MoveMouse(x, y: Integer);
Availability
SCAR Divi 3.00 > 3.34
Description
This function moves the cursor to a coordinate (x, y) relative to the selected client window.
Example
begin MoveMouse(500, 500); end.