aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2013-03-02 22:20:57 +1000
committerAndrew Hannam <andrewh@inmarket.com.au>2013-03-02 22:20:57 +1000
commitdddbb25930447375564855492cba0115de349b86 (patch)
tree6196987e808ff0c263b43d6746376508657b33d9 /gfxconf.example.h
parent57435fb4c2dc7bbb0c87edbaca8979aa49678e11 (diff)
downloaduGFX-dddbb25930447375564855492cba0115de349b86.tar.gz
uGFX-dddbb25930447375564855492cba0115de349b86.tar.bz2
uGFX-dddbb25930447375564855492cba0115de349b86.zip
Add option GWIN_BUTTON_LAZY_RELEASE
Add option GWIN_BUTTON_LAZY_RELEASE. When set to true in gfxconf.h it changes gwin button behaviour to not require the mouse/touch be over the button when it is released.
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index 389d4db5..c53906d2 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -87,6 +87,7 @@
#define GEVENT_MAX_SOURCE_LISTENERS 32
#define GTIMER_THREAD_WORKAREA_SIZE 512
#define GADC_MAX_LOWSPEED_DEVICES 4
+ #define GWIN_BUTTON_LAZY_RELEASE FALSE
*/
/* Optional Low Level Driver Definitions */