Difference between revisions of "MouseBox"

From SCAR Divi Manual
Jump to: navigation, search
(Created page with "==Definition== <source lang="scar" lines="false"> procedure MouseBox(x1, y1, x2, y2: Integer); </source> ==Availability== SCAR Divi 3.21 > Current ==Description== Uses the [[Mo...")
 
 
Line 21: Line 21:
 
*[[MoveWindMouseEx]]
 
*[[MoveWindMouseEx]]
  
[[Category:Functions]]
+
[[Category:Deprecated Functions]]
[[Category:Mouse Functions]]
 

Latest revision as of 14:38, 8 September 2012

Definition

procedure MouseBox(x1, y1, x2, y2: Integer);

Availability

SCAR Divi 3.21 > Current

Description

Uses the WindMouse algorithm to move the cursor to a random position in a box relative to the selected client window.

Example

begin
  MouseBox(100, 100, 500, 500);
end.

See Also