Difference between revisions of "ClickMouseMid"
From SCAR Divi Manual
Line 5: | Line 5: | ||
==Availability== | ==Availability== | ||
− | SCAR Divi 3.00 > | + | SCAR Divi 3.00 > 3.34 |
==Description== | ==Description== | ||
Line 23: | Line 23: | ||
*[[MoveMouse]] | *[[MoveMouse]] | ||
− | [[Category: | + | [[Category:Deprecated Functions]] |
− |
Latest revision as of 12:27, 8 September 2012
Definition
procedure ClickMouseMid(x, y: Integer);
Availability
SCAR Divi 3.00 > 3.34
Description
Generates a mouse click at the specified coordinate (x, y) relative to the selected client window using the middle mouse button. In the event that the current cursor position does not equal that of the given coordinates, the function will call MoveMouse to set the cursor position to the given coordinate.
Example
begin ClickMouseMid(500, 500); end.