DQBmouseX
FUNCTION

Prototype

DECLARE FUNCTION DQBmouseX ()

Parameters

Returns

An INTEGER value holding the current mouse x coordinate

Description

Call this function at any time to know the current mouse x 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