summaryrefslogtreecommitdiff
path: root/include/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/input.h')
-rw-r--r--include/input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/input.h b/include/input.h
index d80b860..91c250f 100644
--- a/include/input.h
+++ b/include/input.h
@@ -132,8 +132,8 @@
#define HONEY_N_KEYS 121
-#define HONEY_PRESS_KEY GLFW_PRESS
-#define HONEY_RELEASE_KEY GLFW_RELEASE
+#define HONEY_KEY_PRESS GLFW_PRESS
+#define HONEY_KEY_RELEASE GLFW_RELEASE
unsigned int honey_key_states[HONEY_N_KEYS];
static void (*honey_key_callbacks[HONEY_N_KEYS])(void*, int);