DECLARE SUB DQBsetMouseRange (BYVAL x1, BYVAL y1, BYVAL x2, BYVAL y2)
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
none
Sets the new mouse range to (x1,y1)-(x2,y2).
Mouse range is set to (0,0)-(319,199) at startup.