The SGADE Documentation

the SGADE The Socrates Gameboy Advance Development Engine

The SGADE is a development library for the Nintendo Gameboy Advance. It's free for all uses and is distributed without guarantees. For more information visit the SGADE page.


Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

SoBkgManager

Manages all backgrounds. More...

Files

file  SoBkgManager.c
file  SoBkgManager.h

Functions

void SoBkgManagerSetMosaic (u32 a_HorizontalSize, u32 a_VerticalSize)
 Sets the background mosaic values.


Detailed Description

Manages all backgrounds.

Singleton

This module handles all background handling logic that does not relate to a particular SoBkg instance. This module works together with the SoBkg module.


Function Documentation

void SoBkgManagerSetMosaic u32    a_HorizontalSize,
u32    a_VerticalSize
 

Sets the background mosaic values.

Parameters:
a_HorizontalSize  Horizontal Mosaic value, 0 is no mosaic value, 15 is maximum value.
a_VerticalSize  Vertical Mosaic value, 0 is no mosaic value, 15 is maximum value.


Copyright 2002 by the SGADE authors. See SoLicense.h or Visit the SGADE page for more information.