GX_GetVCount


C Specification

#include <nitro/gx/gx.h>

s32 GX_GetVCount(void);

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.

Arguments

None

Return Values

V-Counter value.

See Also

GX_SetVCount

Revision History

01/19/2004 Initial Version