![]() |
tgrekov-fdf
HIVE fdf May 2024
|
#include <MLX42.h>
Main MLX handle, carries important data in regards to the program.
| window | The window itself. |
| context | Abstracted opengl data. |
| width | The width of the window. |
| height | The height of the window. |
| delta_time | The time difference between the previous frame and the current frame. |