From 8876fa7939eada9fa0ab32ada595e8832a259230 Mon Sep 17 00:00:00 2001 From: Zy Date: Sun, 13 Oct 2024 19:39:47 +0200 Subject: [PATCH] dev: add TODO --- TODO | 6 ++++++ include/mlx_init.h | 2 ++ 2 files changed, 8 insertions(+) diff --git a/TODO b/TODO index 34143d9..2f49115 100644 --- a/TODO +++ b/TODO @@ -1 +1,7 @@ TODO move mlx .c and .h files in its own directory +TODO lower dimensions +TODO higher dimensions (option change mode) +TODO pointer from touchscreen (and laptop way) (option change mode) (option for touchscreen: no MotionNotify event) +TODO bottom screen window +TODO 3d window, with put image with depth, and 3d images +TODO mlx_exit() diff --git a/include/mlx_init.h b/include/mlx_init.h index 1e24620..64ab72d 100644 --- a/include/mlx_init.h +++ b/include/mlx_init.h @@ -34,4 +34,6 @@ /// NULL if failed. t_mlx mlx_init(void); // TODO should call this before REALLY anything else? +// TODO mlx_end() or something? mlx_destroy_display()? + #endif