aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2018-04-14 01:15:20 +0200
committerGitHub <noreply@github.com>2018-04-14 01:15:20 +0200
commit739df34f5efcc6ebb81b9113446d33a46b211aef (patch)
tree78c942dc02039b39103a0e8d36d8469e99753e67 /src
parent3f59bdfc7603d64612856c6b1c03db61b6ed8b20 (diff)
parent5ef6cc1fb94f970fe84a8a80d102dccd63be12af (diff)
downloadraylib-739df34f5efcc6ebb81b9113446d33a46b211aef.tar.gz
raylib-739df34f5efcc6ebb81b9113446d33a46b211aef.zip
Merge pull request #524 from TheLumaio/master
Add more key definitions
Diffstat (limited to 'src')
-rw-r--r--src/raylib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 9c50ecf7..4315afc5 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -136,6 +136,9 @@
#define KEY_RIGHT_SHIFT 344
#define KEY_RIGHT_CONTROL 345
#define KEY_RIGHT_ALT 346
+#define KEY_GRAVE 96
+#define KEY_SLASH 47
+#define KEY_BACKSLASH 92
// Keyboard Alpha Numeric Keys
#define KEY_ZERO 48