summaryrefslogtreecommitdiff
path: root/pugl/pugl.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl.h')
-rw-r--r--pugl/pugl.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h
index 5473e5f..45e1653 100644
--- a/pugl/pugl.h
+++ b/pugl/pugl.h
@@ -117,14 +117,10 @@ typedef enum {
PUGL_KEY_HOME,
PUGL_KEY_END,
PUGL_KEY_INSERT,
- PUGL_KEY_SHIFT_L,
- PUGL_KEY_SHIFT_R,
- PUGL_KEY_CTRL_L,
- PUGL_KEY_CTRL_R,
- PUGL_KEY_ALT_L,
- PUGL_KEY_ALT_R,
- PUGL_KEY_SUPER_L,
- PUGL_KEY_SUPER_R
+ PUGL_KEY_SHIFT,
+ PUGL_KEY_CTRL,
+ PUGL_KEY_ALT,
+ PUGL_KEY_SUPER,
} PuglKey;
/**