aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_widget.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-10-13 00:58:31 +1000
committerinmarket <andrewh@inmarket.com.au>2015-10-13 00:58:31 +1000
commit5e8e0b7744a59c5bbf918a5133b55c3d1beef12f (patch)
treeb96c3e386979627f925d166b4f3ba5fe7c54ffd5 /src/gwin/gwin_widget.h
parent5c615c3430cf1457d721f22a90808edc067fb6ea (diff)
downloaduGFX-5e8e0b7744a59c5bbf918a5133b55c3d1beef12f.tar.gz
uGFX-5e8e0b7744a59c5bbf918a5133b55c3d1beef12f.tar.bz2
uGFX-5e8e0b7744a59c5bbf918a5133b55c3d1beef12f.zip
Working TextEdit with on-screen keyboard (and real keyboard)
Diffstat (limited to 'src/gwin/gwin_widget.h')
-rw-r--r--src/gwin/gwin_widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/gwin_widget.h b/src/gwin/gwin_widget.h
index 5239b6b8..732d7d1c 100644
--- a/src/gwin/gwin_widget.h
+++ b/src/gwin/gwin_widget.h
@@ -356,7 +356,7 @@ bool_t gwinAttachListener(GListener *pl);
bool_t gwinAttachDial(GHandle gh, uint16_t role, uint16_t instance);
#endif
-#if (GFX_USE_GINPUT && GINPUT_NEED_KEYBOARD) || defined(__DOXYGEN__)
+#if (GFX_USE_GINPUT && GINPUT_NEED_KEYBOARD) || GWIN_NEED_KEYBOARD || defined(__DOXYGEN__)
/**
* @brief Set the keyboard focus to a specific window
* @return Returns TRUE if the focus could be set to that window