aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@embedded.pro>2016-08-03 14:49:23 +0200
committerJoel Bodenmann <joel@embedded.pro>2016-08-03 14:49:23 +0200
commit74cf1509bc3ab0e76af3ed9b1f750374b90cbb86 (patch)
treeec4ef92cc9017caf6257e520bddc1a1d6e08bcc0 /demos
parent37fc27ac6bbc4dd269d941cc6fb3d48dfb0a3d35 (diff)
downloaduGFX-74cf1509bc3ab0e76af3ed9b1f750374b90cbb86.tar.gz
uGFX-74cf1509bc3ab0e76af3ed9b1f750374b90cbb86.tar.bz2
uGFX-74cf1509bc3ab0e76af3ed9b1f750374b90cbb86.zip
Fixing misleading/wrong configuration of virtual keyboard demo
Diffstat (limited to 'demos')
-rw-r--r--demos/modules/gwin/textedit_virtual_keyboard/gfxconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gwin/textedit_virtual_keyboard/gfxconf.h b/demos/modules/gwin/textedit_virtual_keyboard/gfxconf.h
index df5150ea..05790758 100644
--- a/demos/modules/gwin/textedit_virtual_keyboard/gfxconf.h
+++ b/demos/modules/gwin/textedit_virtual_keyboard/gfxconf.h
@@ -65,7 +65,7 @@
#define GINPUT_NEED_MOUSE TRUE
/* One or both of these */
-#define GINPUT_NEED_KEYBOARD TRUE
+#define GINPUT_NEED_KEYBOARD FALSE
#define GWIN_NEED_KEYBOARD TRUE
/* Features for the GQUEUE subsystem. */