dev: add TODO

This commit is contained in:
Zy 2024-10-13 19:39:47 +02:00
parent cca1adca0c
commit 8876fa7939
2 changed files with 8 additions and 0 deletions

6
TODO
View file

@ -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()

View file

@ -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