diff options
author | sanine-a <sanine.not@pm.me> | 2020-05-23 00:00:39 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2020-05-23 00:00:39 -0500 |
commit | 9253d73e8eeec1aed120bea9b8c7c282d8e3d30c (patch) | |
tree | ca301ff6b72b1db68802b6d65277daeb7b5026bd /include/input.h | |
parent | 3cf958fb0836cc07df413792be0266fe80988e00 (diff) |
add camera.h documentation
Diffstat (limited to 'include/input.h')
-rw-r--r-- | include/input.h | 4 |
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); |