CircleOS  1
Functions
list.c File Reference

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)
 

Detailed Description

Author
YRT / FL
Date
11/2008
Version
4.0 Add Open4 Primer
Date
10/2009

Definition in file list.c.

Function Documentation

s32 LIST_Manager ( void  )

Management of a list of items , with touchscreen functionnalities

Returns
Index of the item selected, -1 if no selection

Definition at line 708 of file list.c.

void LIST_Set ( tList lptr,
coord_t  posX,
coord_t  posY,
bool  center 
)

Display provided list.

Parameters
[in]lptrA pointer to the list to display.
[in]posXPosition on X axis.
[in]posYPosition 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

Definition at line 576 of file list.c.