DQBsetMouseShape
SUB

Prototype

DECLARE SUB DQBsetMouseShape (hotX AS INTEGER, hotY AS INTEGER, Shape AS
                              STRING)

Parameters

hotX - New cursor x hotspot coordinate

hotY - New cursor y hotspot coordinate

Shape - New cursor shape data string

Returns

none

Description

Sets the new cursor shape to specified one. There's no need to hide the mouse before calling this function, and then to show it again after the operation, as this is automatically done for you by this function. See appendix C for details on the mouse cursor shape data format.

Notes:

Call DQBresetMouse to restore the default mouse cursor shape. This will also reset the mouse range box to (0,0)-(319,199), so be warned.