G2_SetBG1Offset

C Specification

#include <nitro/gx/g2.h>

void G2_SetBG1Offset(int hOffset, int vOffset);

Arguments

hOffset Horizontal offset setting
vOffset Vertical offset setting

Return Values

None.

Description

This function specifies in pixels the offset for the BG1 screen with the display screen.

See Also

G2_SetBG0Offset, G2_SetBG2Offset, G2_SetBG3Offset

Revision History

01/19/2004 Initial version.