Functions | |
| List | listCreate (int x, int y, int w, int h) |
| Creates a new List. | |
| void | listDraw (List *l) |
| Draws a List. | |
| bool | listCheck (List *l) |
| Checks if an item in the List was clicked. | |
| bool | listAdd (List *l, const char *name) |
| Adds an item to a List. | |
| bool | listRemove (List *l, const char *name) |
| Removes an item from a List. | |
List system.
This file contains functions for creating, drawing, and interacting with a scrollable item list.
| bool listAdd | ( | List * | l, |
| const char * | name ) |
| bool listCheck | ( | List * | l | ) |
| List listCreate | ( | int | x, |
| int | y, | ||
| int | w, | ||
| int | h ) |