SetMousePos

From SCAR Divi Manual
Jump to: navigation, search

Definition

procedure SetMousePos(const X, Y: Integer);

Availability

SCAR Divi 3.35 > 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.

See Also