aboutsummaryrefslogtreecommitdiffstats
path: root/include/pugl/pugl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pugl/pugl.h')
-rw-r--r--include/pugl/pugl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pugl/pugl.h b/include/pugl/pugl.h
index 0dca202..9d2a8e1 100644
--- a/include/pugl/pugl.h
+++ b/include/pugl/pugl.h
@@ -342,6 +342,7 @@ typedef struct {
*/
typedef enum {
PUGL_KEY_BACKSPACE = 0x00000008U, ///< Backspace
+ PUGL_KEY_TAB = 0x00000009U, ///< Tab
PUGL_KEY_ENTER = 0x0000000DU, ///< Enter
PUGL_KEY_ESCAPE = 0x0000001BU, ///< Escape
PUGL_KEY_DELETE = 0x0000007FU, ///< Delete