#include <mw/mgr/mgr.h> typedef struct { s32 x ; /* Point position x-coordinate (in pixels). */ s32 y ; /* Point position y-coordinate (in 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