Represents a generic object, made up of 1 or more basic components, that are rendered on the screen. More...
#include <glcd_types.h>
Public Attributes | |
LCD_BBox | bbox |
LCD_Component * | comps |
u8 | comps_size |
Represents a generic object, made up of 1 or more basic components, that are rendered on the screen.
Definition at line 188 of file glcd_types.h.
LCD_BBox LCD_Obj::bbox |
Definition at line 190 of file glcd_types.h.
LCD_Component* LCD_Obj::comps |
Definition at line 191 of file glcd_types.h.
u8 LCD_Obj::comps_size |
Definition at line 192 of file glcd_types.h.