mwmgrPSPoint Structure

Syntax

#include <mw/mgr/mgr.h> 

typedef struct { 
     s32 x ; /* Point position x-coordinate (in pixels). */
     s32 y ; /* Point position y-coordinate (in pixels). */ 
} mwmgrPSPoint;

Description

See the corresponding C++ structure, mw::mgr::PSPoint.

Member Variables

See the corresponding C++ structure, mw::mgr::PSPoint.

Revision History

2014/05/28
Initial version.

CONFIDENTIAL