summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 430e66db..023d35c7 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -470,7 +470,7 @@ typedef enum {
KEY_X = 88,
KEY_Y = 89,
KEY_Z = 90,
-
+
// Function keys
KEY_SPACE = 32,
KEY_ESCAPE = 256,
@@ -517,7 +517,7 @@ typedef enum {
KEY_BACKSLASH = 92,
KEY_RIGHT_BRACKET = 93,
KEY_GRAVE = 96,
-
+
// Keypad keys
KEY_KP_0 = 320,
KEY_KP_1 = 321,