|  | 
| #define | TAG_NONE   (0) | 
|  | Use this tag to indicate no touch tag. 
 | 
|  | 
| #define | TAG_OK   (1) | 
|  | Use this tag to indicate touch on OK button. 
 | 
|  | 
| #define | TAG_CANCEL   (2) | 
|  | Use this tag to indicate touch on Cancel button. 
 | 
|  | 
| #define | TAG_intelliSENS   (3) | 
|  | Use this tag to indicate touch on intelliSENS button. 
 | 
|  | 
| #define | TAG_APPINFO   (4) | 
|  | Use this tag to indicate touch on application information button. 
 | 
|  | 
| #define | TAG_HELP   (5) | 
|  | Use this tag to indicate touch on help button. 
 | 
|  | 
| #define | TAG_SETTINGS   (6) | 
|  | Use this tag to indicate touch on settings button. 
 | 
|  | 
| #define | TAG_LEFT   (7) | 
|  | Use this tag to indicate touch on Left button. 
 | 
|  | 
| #define | TAG_RIGHT   (8) | 
|  | Use this tag to indicate touch on Right button. 
 | 
|  | 
| #define | TAG_ATTACH(x)   ((void*)x) | 
|  | Use this to attach tag. 
 | 
|  | 
| #define | GET_TAG(e)   ((uint32_t)(e->user_data)) | 
|  | Use this to get tag from attached event argument. 
 | 
|  | 
| #define | SETTINGS_WINDOW_COUNT   (2) | 
|  | Number of setting groups to be displayed. Size of settingWindows. 
 | 
|  |