mwmgrMGObject Structure

Syntax

#include <mw/mgr/mgr.h>

typedef struct {
     u32     id ;           /* Moving Body ID */
     mwmgrPSRect  rect ;   /* Moving Body Rectangle Position */
     mwmgrPSPoint center ; /* Moving Body Center Position */
} mwmgrMGObject;

Description

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

Member Variables

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

Revision History

2010/06/30
Initial version.

CONFIDENTIAL