SetMousePos
From SCAR Divi Manual
Definition
procedure SetMousePos(const X, Y: Integer);
Availability
SCAR Divi 3.00 > Current
Aliases
- MoveMouse (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 SetMousePos(500, 500); end.