the menu item that is presented for the title More...
Go to the source code of this file.
Classes | |
class | tcgfx::RuntimeTitleMenuItem |
Functions | |
int | tcgfx::appTitleRenderingFn (RuntimeMenuItem *item, uint8_t, RenderFnMode mode, char *buffer, int bufferSize) |
void | tcgfx::setTitlePressedCallback (MenuCallbackFn cb) |
the menu item that is presented for the title
int tcgfx::appTitleRenderingFn | ( | RuntimeMenuItem * | item, |
uint8_t | , | ||
RenderFnMode | mode, | ||
char * | buffer, | ||
int | bufferSize | ||
) |
forward reference of the title rendering function
item | menu item for title |
mode | rendering mode |
buffer | the buffer |
bufferSize | the buffers size |
|
inline |
Sets the callback that will be triggered when the title is clicked on.
cb | the title click callback. |