|
SatCat5
|
Argument for a draw command (see below).
Definition at line 45 of file gui_display.h.
#include <gui_display.h>
Public Member Functions | |
| DrawArg (const DrawArg &t)=default | |
| DrawArg & | operator= (const DrawArg &t)=default |
Public Attributes | |
| const void * | ptr |
| Pointer to an icon or other object. | |
| u32 | color |
| Display-specific color argument. | |
| s16 | scroll |
| Scrolling parameter (signed) | |
| u32 | count |
| Any other counter. | |
| u16 | rc [2] |
| A row and column (coordinate or size) | |