aboutsummaryrefslogtreecommitdiffstats
path: root/minilibx-linux/mlx.h
diff options
context:
space:
mode:
Diffstat (limited to 'minilibx-linux/mlx.h')
-rw-r--r--minilibx-linux/mlx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/minilibx-linux/mlx.h b/minilibx-linux/mlx.h
index af6af12..951871c 100644
--- a/minilibx-linux/mlx.h
+++ b/minilibx-linux/mlx.h
@@ -126,6 +126,10 @@ int mlx_do_key_autorepeatoff(void *mlx_ptr);
int mlx_do_key_autorepeaton(void *mlx_ptr);
int mlx_do_sync(void *mlx_ptr);
+int mlx_mouse_move(void *mlx_ptr, void *win_ptr, int x, int y);
+int mlx_mouse_hide(void *mlx_ptr, void *win_ptr);
+int mlx_mouse_show(void *mlx_ptr, void *win_ptr);
+
int mlx_get_screen_size(void *mlx_ptr, int *sizex, int *sizey);
#endif /* MLX_H */