aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-24 19:40:44 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-24 19:40:44 +0200
commit9f0c23f43ea0939ab029b1d0676aedc4b7ea0ec3 (patch)
tree56e707a11d37b7f24b4930010d77d73f784c281f
parenteven better (diff)
download42-cub3d-9f0c23f43ea0939ab029b1d0676aedc4b7ea0ec3.tar.gz
42-cub3d-9f0c23f43ea0939ab029b1d0676aedc4b7ea0ec3.tar.bz2
42-cub3d-9f0c23f43ea0939ab029b1d0676aedc4b7ea0ec3.tar.xz
42-cub3d-9f0c23f43ea0939ab029b1d0676aedc4b7ea0ec3.tar.zst
42-cub3d-9f0c23f43ea0939ab029b1d0676aedc4b7ea0ec3.zip
Mouse hide
-rw-r--r--src/ft_init_winlx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_init_winlx.c b/src/ft_init_winlx.c
index 40c57df..9835be8 100644
--- a/src/ft_init_winlx.c
+++ b/src/ft_init_winlx.c
@@ -32,5 +32,6 @@ int
clist->wlist.x_size, clist->wlist.y_size, "Cub3D")))
return (-1);
clist->wlist.inited = 1;
+ mlx_mouse_hide(clist->wlist.wlx, clist->wlist.winptr);
return (0);
}