DQBsetMousePos
SUB

Prototype

DECLARE SUB DQBsetMousePos (BYVAL x, BYVAL y)

Parameters

x - x coordinate of new mouse position

y - y coordinate of new mouse position

Returns

none

Description

Sets the new mouse position to (x,y).

Notes:

none