Difference between revisions of "SetMousePos"
From SCAR Divi Manual
(Created page with "==Definition== <func>procedure MoveMouse(x, y: Integer);</func> ==Availability== SCAR Divi 3.00 > Current ==Description== This function moves the cursor to a coordinate ('''x''...") |
(No difference)
|
Revision as of 16:56, 25 June 2011
Definition
<func>procedure MoveMouse(x, y: Integer);</func>
Availability
SCAR Divi 3.00 > Current
Description
This function moves the cursor to a coordinate (x, y) relative to the selected client window.
Example
begin MoveMouse(500, 500); end.