MLX42 1.0
MLX42
|
#include <MLX42.h>
Data Fields | |
void * | window |
void * | context |
int32_t | width |
int32_t | height |
double | delta_time |
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. |