#include <nitro/gx/g2.h>
void G2_SetWnd1Position(int x1, int y1, int x2, int y2);
x1 |
Top left x-coordinate of the window (Lower 8 bits are valid) |
y1 |
Top left y-coordinate of the window (0-192) |
x2 | Bottom right x-coordinate of the window (Lower 8 bits are valid) |
y2 | Bottom right y-coordinate of the window (0-192) |
None.
This function sets position of Window 1. The lower 8 bits of the x-coordinate are valid, and the y-coordinate must have a value between 0 and 192.
02/09/2004
01/19/2004 Initial version.