MoveMouseSmooth

From SCAR Divi Manual
Revision as of 22:38, 5 July 2012 by Freddy (talk | contribs)
Jump to: navigation, search

Definition

procedure MoveMouseSmooth(const X, Y: Integer);

Availability

SCAR Divi 3.00 > Current

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.

See Also