summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
authorRay <[email protected]>2018-01-31 14:08:08 +0100
committerRay <[email protected]>2018-01-31 14:08:08 +0100
commit44c95af463945023e0359790a69d2a991ef7185e (patch)
tree290b624f1f978b2f82ab484f9e47f20e6bc455ec /src/raylib.h
parent227880977e87ed696a97dcaf1cf038ca4ac357e3 (diff)
downloadraylib-44c95af463945023e0359790a69d2a991ef7185e.tar.gz
raylib-44c95af463945023e0359790a69d2a991ef7185e.zip
Added missing keys definitions
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 85c035c3..938aee86 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -103,11 +103,23 @@
#define KEY_SPACE 32
#define KEY_ESCAPE 256
#define KEY_ENTER 257
+#define KEY_TAB 258
#define KEY_BACKSPACE 259
+#define KEY_INSERT 260
+#define KEY_DELETE 261
#define KEY_RIGHT 262
#define KEY_LEFT 263
#define KEY_DOWN 264
#define KEY_UP 265
+#define KEY_PAGE_UP 266
+#define PAGE_DOWN 267
+#define KEY_HOME 268
+#define KEY_END 269
+#define KEY_CAPS_LOCK 280
+#define KEY_SCROLL_LOCK 281
+#define KEY_NUM_LOCK 282
+#define KEY_PRINT_SCREEN 283
+#define KEY_PAUSE 284
#define KEY_F1 290
#define KEY_F2 291
#define KEY_F3 292