From dddbb25930447375564855492cba0115de349b86 Mon Sep 17 00:00:00 2001 From: Andrew Hannam Date: Sat, 2 Mar 2013 22:20:57 +1000 Subject: 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. --- gfxconf.example.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gfxconf.example.h') 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 */ -- cgit v1.2.3