aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,