DQBmouseY
FUNCTION

Prototype

DECLARE FUNCTION DQBmouseY ()

Parameters

Returns

An INTEGER value holding the current mouse y coordinate

Description

Call this function at any time to know the current mouse y position.

Notes:

The position is given in pixel units, and ranges depending on the actual mouse range box. This can be changed by calling DQBsetMouseRange.

Example

See DQBmouseInit example