aboutsummaryrefslogtreecommitdiffstats
path: root/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui.h b/gui.h
index 54031295..a95e9d36 100644
--- a/gui.h
+++ b/gui.h
@@ -7,6 +7,7 @@
#include "touchpad.h"
static struct guiNode_t {
+ uint8_t type;
uint16_t x0;
uint16_t y0;
uint16_t x1;
@@ -21,6 +22,7 @@ static struct guiNode_t {
extern "C" {
#endif
+enum {button};
enum {horizontal, vertical};
enum {inactive, active};