MLX42 1.0
MLX42
Loading...
Searching...
No Matches
mlx Struct Reference

#include <MLX42.h>

Collaboration diagram for mlx:
Collaboration graph

Data Fields

voidwindow
 
voidcontext
 
int32_t width
 
int32_t height
 
double delta_time
 

Detailed Description

Main MLX handle, carries important data in regards to the program.

Parameters
windowThe window itself.
contextAbstracted opengl data.
widthThe width of the window.
heightThe height of the window.
delta_timeThe time difference between the previous frame and the current frame.

Definition at line 360 of file MLX42.h.

Field Documentation

◆ context

void* mlx::context

Definition at line 363 of file MLX42.h.

◆ delta_time

double mlx::delta_time

Definition at line 366 of file MLX42.h.

◆ height

int32_t mlx::height

Definition at line 365 of file MLX42.h.

◆ width

int32_t mlx::width

Definition at line 364 of file MLX42.h.

◆ window

void* mlx::window

Definition at line 362 of file MLX42.h.


The documentation for this struct was generated from the following file: