From 9253d73e8eeec1aed120bea9b8c7c282d8e3d30c Mon Sep 17 00:00:00 2001 From: sanine-a Date: Sat, 23 May 2020 00:00:39 -0500 Subject: add camera.h documentation --- include/input.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/input.h') 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); -- cgit v1.2.1