MoveMouse
From SCAR Divi Manual
Definition
procedure MoveMouse(const X, Y: Integer);
Availability
SCAR Divi 3.35 > Current
Description
Moves the cursor to the given coordinate (X, Y) in a smooth human-like fashion. An extended function with additional functionality is available as MoveMouseEx.
Example
begin MoveMouse(1000, 1000); end.