

#include <nitro/prc.h>
typedef struct PRCPoint
{
s16 x;
s16 y;
} PRCPoint;
| x | X coordinate value. |
| y | Y coordinate value. |
Holds coordinate values that are input from the touch panel.
2004/06/23 Initial version.
CONFIDENTIAL