dev: add TODO
This commit is contained in:
parent
cca1adca0c
commit
8876fa7939
2 changed files with 8 additions and 0 deletions
6
TODO
6
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()
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue