|
CircleOS
1
|
General functions to handle list with touchscreen. More...
Go to the source code of this file.
Functions | |
| void | LIST_Set (tList *lptr, coord_t posX, coord_t posY, bool center) |
| s32 | LIST_Manager (void) |
| s32 LIST_Manager | ( | void | ) |
| void LIST_Set | ( | tList * | lptr, |
| coord_t | posX, | ||
| coord_t | posY, | ||
| bool | center | ||
| ) |
Display provided list.
| [in] | lptr | A pointer to the list to display. |
| [in] | posX | Position on X axis. |
| [in] | posY | Position on Y axis. |
| [in] | center | : = 1 if the list has to be center on the screen. |
Note : posX, posY are the coordinates of the top left corner of the list