DQBframeReady
FUNCTION

Prototype

DECLARE FUNCTION DQBframeReady ()

Parameters

Returns

True if enough time has passed to synchronize graphics, otherwise false

Description

DQBframeReady is to be used in conjunction with DQBsetFrameRate to synchronize your graphics with a specified framerate. Once you set the FPS rate with DQBsetFrameRate, you should wait before displaying each frame, until this function returns true.

Notes:

See DQBsetFrameRate