Functions | |
| Button | buttonCreate (const char *text, int x, int y, int w, int h) |
| Creates a new Button. | |
| void | buttonDraw (Button *b) |
| Draws a Button. | |
| bool | buttonPressed (Button *b) |
| Check if a Button is pressed. | |
Button system.
This file contains functions for creating, drawing, and checking if a button has been pressed.
| Button buttonCreate | ( | const char * | text, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h ) |