SetMousePos

From SCAR Divi Manual
Revision as of 13:05, 8 September 2012 by Freddy (talk | contribs) (Freddy moved page MoveMouse to SetMousePos without leaving a redirect)
Jump to: navigation, search

Definition

procedure MoveMouse(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.

Example

begin
  MoveMouse(500, 500);
end.

See Also