Microsoft SDK for Java

getVerticalBlankStatus

This method of the DirectDraw Class retrieves the status of the vertical blank.

Syntax

public int getVerticalBlankStatus();

Return Value

Returns 1 if a vertical blank is occurring; otherwise, returns 0.

Remarks

To synchronize with the vertical blank, use the waitForVerticalBlank method.

See Also

getScanLine, waitForVerticalBlank

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