G2S_SetBG0Offset

C Specification

#include <nitro/gx/g2.h>
void G2S_SetBG0Offset(int hOffset, int vOffset);

Arguments

hOffset Horizontal offset setting
vOffset Vertical offset setting

Return Values

None.

Description

This function specifies the display screen offset for the sub 2D Engine's BG0 screen (in the case of 2D), in pixels.

See Also

G2S_SetBG1Offset, G2S_SetBG2Offset, G2S_SetBG3Offset

Revision History

02/09/2004 Initial version