G2S_SetWnd1Position


C Specification

#include <nitro/gx/g2.h>

void G2S_SetWnd1Position(int x1, int y1, int x2, int y2);

Description

This function specifies the position Window 1 of the sub 2D Engine. The lower 8 bits of the x-coordinate are valid, and the y-coordinate must take a value between 0 and 191.

Arguments

x1 Top left x-coordinate of the window
y1 Top left y-coordinate of the window
x2 Bottom right x-coordinate of the window
y2 Bottom right y-coordinate of the window

Return Values

None

See Also

G2S_SetWnd0Position

Revision History

02/09/2004 Initial Version