![]() |
tgrekov-fdf
HIVE fdf May 2024
|
#include <MLX42.h>
An image instance can be summarized as just a simple x, y & z coordinate.
Coordinates start from the top left of the screen at 0,0 and increase towards the bottom right.
NOTE: To change the z value, use mlx_set_instance_depth!
| x | The x location. |
| y | The y location. |
| z | The z depth, controls if the image is on the fore or background. |
| enabled | If true, the instance is drawn, else it's not. |