aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_keyboard.h')
-rw-r--r--src/gwin/gwin_keyboard.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gwin/gwin_keyboard.h b/src/gwin/gwin_keyboard.h
index 1d792d7a..98780485 100644
--- a/src/gwin/gwin_keyboard.h
+++ b/src/gwin/gwin_keyboard.h
@@ -40,6 +40,16 @@
typedef GEventGWin GEventGWinKeyboard;
/**
+ * @brief The internal keyboard flags and other defines
+ * @note Used only for writing a custom draw routine.
+ * @{
+ */
+#define GKEYBOARD_FLG_REVERTSET 0x01
+#define GKEYBOARD_FLG_QUICKUPDATE 0x02
+#define GKEY_BAD_ROWCOL 255
+/** @} */
+
+/**
* @brief The keyboard widget structure
* @note Do not use the members directly - treat it as a black-box.
*/