diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-24 19:44:15 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-24 19:44:15 +0200 |
commit | 40b396854c7b54d28943910b413dc132b89cf211 (patch) | |
tree | 451dd15b546ec694348c6ae0b5489964a69b4575 /src/ft_key_loop.c | |
parent | Mouse hide (diff) | |
download | 42-cub3d-40b396854c7b54d28943910b413dc132b89cf211.tar.gz 42-cub3d-40b396854c7b54d28943910b413dc132b89cf211.tar.bz2 42-cub3d-40b396854c7b54d28943910b413dc132b89cf211.tar.xz 42-cub3d-40b396854c7b54d28943910b413dc132b89cf211.tar.zst 42-cub3d-40b396854c7b54d28943910b413dc132b89cf211.zip |
Might lock mouse
Diffstat (limited to 'src/ft_key_loop.c')
-rw-r--r-- | src/ft_key_loop.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ft_key_loop.c b/src/ft_key_loop.c index 281c81e..9667e34 100644 --- a/src/ft_key_loop.c +++ b/src/ft_key_loop.c @@ -38,5 +38,7 @@ int ft_draw_scene(cl); ft_timings(begin_frame, cl); ft_get_fps_count(begin_frame, cl); + /* mlx_mouse_move(cl->wlist.wlx, cl->wlist.winptr, */ + /* cl->wlist.x_size / 2, cl->wlist.y_size / 2); */ return (0); } |