aboutsummaryrefslogtreecommitdiff
path: root/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'event.c')
-rw-r--r--event.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/event.c b/event.c
index 58c2eac..8c2049c 100644
--- a/event.c
+++ b/event.c
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/11/15 06:39:37 by cacharle #+# #+# */
-/* Updated: 2020/01/10 11:27:56 by cacharle ### ########.fr */
+/* Updated: 2020/01/11 10:10:05 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
@@ -15,7 +15,7 @@
#define ROTATE_SIZE (M_PI / 20.0)
#define MOVE_SPEED 0.25
-int handle_keydown(int key, void *param)
+int event_keydown(int key, void *param)
{
t_state *state;