aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-12-13 18:33:53 +1000
committerinmarket <andrewh@inmarket.com.au>2014-12-13 18:33:53 +1000
commitd7896289d12652039443e1bf512d7ae521542d6f (patch)
treecbc80f0e25a9fdc1d1b1cdad8d2dbd34bbb7820e /gfxconf.example.h
parentce9503a1187c8ab48bd32da24cbe95be425dd533 (diff)
downloaduGFX-d7896289d12652039443e1bf512d7ae521542d6f.tar.gz
uGFX-d7896289d12652039443e1bf512d7ae521542d6f.tar.bz2
uGFX-d7896289d12652039443e1bf512d7ae521542d6f.zip
Updates to the slider to fix positioning issues.
Also fixes negative ranges, ranges > 65536 and very small ranges.
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index b679669b..ab56ff90 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -162,6 +162,9 @@
// #define GWIN_NEED_BUTTON FALSE
// #define GWIN_BUTTON_LAZY_RELEASE FALSE
// #define GWIN_NEED_SLIDER FALSE
+// #define GWIN_SLIDER_NOSNAP FALSE
+// #define GWIN_SLIDER_DEAD_BAND 5
+// #define GWIN_SLIDER_TOGGLE_INC 20
// #define GWIN_NEED_CHECKBOX FALSE
// #define GWIN_NEED_IMAGE FALSE
// #define GWIN_NEED_IMAGE_ANIMATION FALSE