aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_class.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_class.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_class.h')
-rw-r--r--src/gwin/gwin_class.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gwin/gwin_class.h b/src/gwin/gwin_class.h
index 8aa5b9ff..7946a839 100644
--- a/src/gwin/gwin_class.h
+++ b/src/gwin/gwin_class.h
@@ -325,6 +325,8 @@ bool_t _gwinWMAdd(GHandle gh, const GWindowInit *pInit);
/**
* @brief Move the focus off the current focus window.
*
+ * @note The focus can stay on the same window if there is no other focusable window
+ *
* @notapi
*/
void _gwinMoveFocus(void);