tgrekov-fdf
HIVE fdf May 2024
|
#include <MLX42.h>
Key function callback data. Data related to the mlx_key_hook function
key | The key that was pressed. |
action | The action that was done with the key. |
os_key | The os_key is unique for every key, and will have a different value/keycode depending on the platform. They may be consistent on different platforms. |
modifier | The modifier key that was pressed, 0 if no key was pressed. |