![]() |
![]() |
Go to the source code of this file.
Data Structures | |
| struct | Graphics_ImageButton |
| This structure defines the characteristics of a ImageButton. More... | |
Typedefs | |
| typedef struct Graphics_ImageButton | Graphics_ImageButton |
| This structure defines the characteristics of a ImageButton. More... | |
Functions | |
| void | Graphics_drawImageButton (const Graphics_Context *context, const Graphics_ImageButton *imageButton) |
| bool | Graphics_isImageButtonSelected (const Graphics_ImageButton *imageButton, uint16_t x, uint16_t y) |
| void | Graphics_drawSelectedImageButton (const Graphics_Context *context, const Graphics_ImageButton *imageButton) |
| void | Graphics_drawReleasedImageButton (const Graphics_Context *context, const Graphics_ImageButton *imageButton) |
Variables | |
| Graphics_Context | g_sContext |
| typedef struct Graphics_ImageButton Graphics_ImageButton |
This structure defines the characteristics of a ImageButton.
| Graphics_Context g_sContext |