Canvas graphics library  0.1.0
This library is developed to perform canvas graphics in memory buffers
Public Attributes | List of all members
SAppMenu Struct Reference

#include <canvas_types.h>

Public Attributes

const char ** items
 list of menu items of the menu
 
uint8_t count
 count of menu items in the menu
 
uint8_t selection
 currently selected item. Internally updated.
 
uint8_t oldSelection
 selected item, when last redraw operation was performed. Internally updated.
 
uint8_t scrollPosition
 position of menu scrolling. Internally updated
 

Detailed Description

Describes menu object

Definition at line 153 of file canvas_types.h.


The documentation for this struct was generated from the following file: