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

2014/05/28
Initial version.

CONFIDENTIAL