DECLARE FUNCTION DQBframeReady ()
True if enough time has passed to synchronize graphics, otherwise false
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.
See DQBsetFrameRate