G2S_SetBG3Offset


C Specification

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

Description

This function specifies the display screen offset for the sub 2D Engine's BG3 screen (in the case of text), in pixels. Use G2S_SetBG3Affine to offset the display of affine BG and bitmapped mode BG.

Arguments

hOffset H offset setting
vOffset V offset setting

Return Values

None

See Also

G2S_SetBG3Affine, G2S_SetBG0Offset, G2S_SetBG1Offset, G2S_SetBG2Offset

Revision History

02/09/2004 Initial Version