aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/textedit/gfxconf.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-08-17 00:18:54 +1000
committerinmarket <andrewh@inmarket.com.au>2015-08-17 00:18:54 +1000
commit3fea02324831eba1773f45b1dc6d0bf2a0c8326d (patch)
tree21b3741388871035e9dcef8e024bbeb6c08a7c7a /demos/modules/gwin/textedit/gfxconf.h
parent058a873e9e425207db8b99be083e87cf956b9827 (diff)
downloaduGFX-3fea02324831eba1773f45b1dc6d0bf2a0c8326d.tar.gz
uGFX-3fea02324831eba1773f45b1dc6d0bf2a0c8326d.tar.bz2
uGFX-3fea02324831eba1773f45b1dc6d0bf2a0c8326d.zip
Add some keyboard widget support
Diffstat (limited to 'demos/modules/gwin/textedit/gfxconf.h')
-rw-r--r--demos/modules/gwin/textedit/gfxconf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/modules/gwin/textedit/gfxconf.h b/demos/modules/gwin/textedit/gfxconf.h
index 3c5d7b96..4faaae82 100644
--- a/demos/modules/gwin/textedit/gfxconf.h
+++ b/demos/modules/gwin/textedit/gfxconf.h
@@ -63,7 +63,10 @@
/* Features for the GINPUT subsystem. */
#define GINPUT_NEED_MOUSE TRUE
+
+/* One or both of these */
#define GINPUT_NEED_KEYBOARD TRUE
+#define GWIN_NEED_KEYBOARD TRUE
/* Features for the GQUEUE subsystem. */
#define GFX_USE_GQUEUE TRUE