aboutsummaryrefslogtreecommitdiffstats
path: root/gui.h
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-06-26 21:17:50 +0200
committerTectu <joel@unormal.org>2012-06-26 21:17:50 +0200
commitf4917beb6a491ed061e1daa3d41ce913be1e6acd (patch)
tree2b461591bd502777a1ad17d9add0f9980a03e68f /gui.h
parentcc7943305eab42fd6f687a4dda1f19857ae0efb7 (diff)
downloaduGFX-f4917beb6a491ed061e1daa3d41ce913be1e6acd.tar.gz
uGFX-f4917beb6a491ed061e1daa3d41ce913be1e6acd.tar.bz2
uGFX-f4917beb6a491ed061e1daa3d41ce913be1e6acd.zip
added different GUI elements
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.h b/gui.h
index a95e9d36..05e4c383 100644
--- a/gui.h
+++ b/gui.h
@@ -22,7 +22,7 @@ static struct guiNode_t {
extern "C" {
#endif
-enum {button};
+enum {button, slider, keymatrix};
enum {horizontal, vertical};
enum {inactive, active};