#include <mw/hgr/hgr.h> typedef struct { s32 x ; /* Point position x-coordinates (pixels). */ s32 y ; /* Point position y-coordinates (pixels). */ } PSPoint;
x
.y
.
Restrictions
Name | Description | |
---|---|---|
in/out | x | Sets the x-coordinate with [pixel] coordinate. |
in/out | y | Sets the y-coordinate with [pixel] coordinate. |
CONFIDENTIAL