G2_SetBG3Offset


C Specification

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

Description

This function specifies in pixels the offset for the BG3 screen (for text) with the display screen. Use G2_SetBG3Affine to display the offset for affine BG or bitmap mode BG.

Arguments

hOffset Horizontal offset setting
vOffset Vertical offset setting

Return Values

None

See Also

G2_SetBG3Affine, G2_SetBG0Offset, G2_SetBG1Offset, G2_SetBG2Offset

Revision History

01/19/2004 Initial Version