MouseBox
From SCAR Divi Manual
procedure MouseBox(x1, y1, x2, y2: Integer);
SCAR Divi 3.21 > Current
Uses the WindMouse algorithm to move the cursor to a random position in a box relative to the selected client window.
begin MouseBox(100, 100, 500, 500); end.