|
discoverpixy
|
#include "touch.h"

Go to the source code of this file.
Data Structures | |
| struct | BUTTON_STRUCT |
Macros | |
| #define | AUTO 0 |
| Use this value instead of x2, y2 in the BUTTON_STRUCT to autocalculate the button width/height. More... | |
Typedefs | |
| typedef void(* | BUTTON_CALLBACK) (void *button) |
Functions | |
| bool | gui_button_add (BUTTON_STRUCT *button) |
| void | gui_button_remove (BUTTON_STRUCT *button) |
| void | gui_button_redraw (BUTTON_STRUCT *button) |
1.8.9.1