Difference between revisions of "MoveMouseSmooth"
From SCAR Divi Manual
Line 5: | Line 5: | ||
==Availability== | ==Availability== | ||
− | SCAR Divi 3.00 > | + | SCAR Divi 3.00 > 3.34 |
==Description== | ==Description== | ||
Line 22: | Line 22: | ||
*[[MoveWindMouse]] | *[[MoveWindMouse]] | ||
− | [[Category: | + | [[Category:Deprecated Functions]] |
− |
Latest revision as of 12:04, 8 September 2012
Definition
procedure MoveMouseSmooth(const 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 using a "humanlike" movement. For a far more humanlike mouse movement it's suggested to use the MoveWindMouse function.
Example
begin MoveMouseSmooth(600, 300); end.