GX_IsHBlank

C Specification

#include <nitro/gx/gx.h>

s32 GX_IsHBlank();

Arguments

None.

Return Values

Not in H-Blank period (0), or in H-Blank period (other than 0).

Description

This function determines whether the program is in H-Blank period. It returns a value other than 0 when in the H-Blank period; it returns 0 when not in the H-Blank period.

See Also

GX_HBlankIntr, GX_IsVBlank

Revision History

01/19/2004 Initial version.