aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_click_close.c
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-02-09 15:23:23 +0100
committerRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-02-09 15:23:23 +0100
commit192354cdc3e763f806febe3d5c6948107f09df0d (patch)
treee3e0289aeab9a3d43633f3ed91e525b5f7ed9347 /src/ft_click_close.c
parentNew function, trying to close properly (diff)
download42-cub3d-192354cdc3e763f806febe3d5c6948107f09df0d.tar.gz
42-cub3d-192354cdc3e763f806febe3d5c6948107f09df0d.tar.bz2
42-cub3d-192354cdc3e763f806febe3d5c6948107f09df0d.tar.xz
42-cub3d-192354cdc3e763f806febe3d5c6948107f09df0d.tar.zst
42-cub3d-192354cdc3e763f806febe3d5c6948107f09df0d.zip
Can't find the perfect event
Diffstat (limited to 'src/ft_click_close.c')
-rw-r--r--src/ft_click_close.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ft_click_close.c b/src/ft_click_close.c
index 87c0bbf..0d2b549 100644
--- a/src/ft_click_close.c
+++ b/src/ft_click_close.c
@@ -20,7 +20,5 @@ int
ft_click_close(int keycode, t_cub *clist)
{
ft_printf("Button [%d] pressed\n", keycode);
- if (keycode == 8800)
- return (ft_exit(0, clist));
- return (0);
+ return (ft_exit(0, clist));
}