Microsoft SDK for Java

waitForVerticalBlank

This method of the DirectDraw Class assists the application to synchronize itself with the vertical-blank interval.

Syntax

public void waitForVerticalBlank(int flags, int handle);

arameters

flags One value of DDWAITVB_ type; flag specifies how long to wait for the vertical blank.
handle The handle of the event to be triggered when the vertical blank begins.

See Also

getVerticalBlankStatus, getScanLine

© 1999 Microsoft Corporation. All rights reserved. Terms of use.