aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-03-07 21:24:46 +0100
committerdec05eba <dec05eba@protonmail.com>2025-03-07 21:24:46 +0100
commit1d01708744074320803a37388f91bc013ed2464f (patch)
treea4de39be30f7d90ba0b3ecc1f433fe09928fa19c
parente4e066c94c5ec30a21a287ec36f108150d3c21e7 (diff)
CommentHEADmaster
-rw-r--r--include/mgl/window/key.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mgl/window/key.h b/include/mgl/window/key.h
index f587171..bbcd2c2 100644
--- a/include/mgl/window/key.h
+++ b/include/mgl/window/key.h
@@ -4,6 +4,7 @@
#include <stdbool.h>
#include <stdint.h>
+/* New keys should always be added at the end! otherwise it will break some software that depends on this order */
typedef enum {
MGL_KEY_UNKNOWN,
MGL_KEY_A,