DQBsetMouseRange
SUB

Prototype

DECLARE SUB DQBsetMouseRange (BYVAL x1, BYVAL y1, BYVAL x2, BYVAL y2)

Parameters

x1 - Upper left corner x coordinate of new range box

y1 - Upper left corner y coordinate of new range box

x2 - Lower right corner x coordinate of new range box

y2 - Lower right corner y coordinate of new range box

Returns

none

Description

Sets the new mouse range to (x1,y1)-(x2,y2).

Notes:

Mouse range is set to (0,0)-(319,199) at startup.