njSetAspect Japanese
<-|INDEX|->
Sets the screen aspect ratio.

FORMAT

#include <Ninja.h>

void njSetAspect(ax, ay)
Float ax
Float ay

PARAMETERS

ax
horizontal screen ratio
ay
vertical screen ratio

RETURN VALUE

None

FUNCTION


EXAMPLE

The following sets the vertical:horizontal screen aspect to 2:3.
njSetAspect(3.f, 2.f);

NOTES


RELATED TOPICS

njInitSystem()

njSetAspect
<-|INDEX|->

Copyright SEGA ENTERPRISES, LTD., 1997