GX_GetVCount

C Specification

#include <nitro/gx/gx.h>

s32 GX_GetVCount(void);

Arguments

None.

Return Values

V-Counter value.

Description

This function returns which of the 263 lines in the LCD is currently being displayed. The return value is an integer 0 – 262. If 0 – 191, it is drawing; if 192 – 262 it is in the V-Blank period.

See Also

GX_SetVCount

Revision History

01/19/2004 Initial version.