Structure that handle the mlx instance. More...
#include <data_structure.h>

Data Fields | |
| void * | mlx_ptr |
| void * | win_ptr |
| t_settings | settings |
| int | mouse_x |
| int | mouse_y |
| t_pos2 | win_size |
| t_pos2 | minimap_size |
| t_img | backbuffer |
| float * | z_buffer |
Structure that handle the mlx instance.
| t_img s_mlx::backbuffer |
| t_pos2 s_mlx::minimap_size |
| void* s_mlx::mlx_ptr |
| int s_mlx::mouse_x |
| int s_mlx::mouse_y |
| t_settings s_mlx::settings |
| void* s_mlx::win_ptr |
| t_pos2 s_mlx::win_size |
| float* s_mlx::z_buffer |