default binds

This commit is contained in:
2025-11-03 14:33:42 -06:00
parent 3ef6205ea3
commit b4fb7bf99f
7 changed files with 49 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ typedef enum {
INPUT_ACTION_RIGHT,
INPUT_ACTION_ACCEPT,
INPUT_ACTION_CANCEL,
INPUT_ACTION_RAGEQUIT,
INPUT_ACTION_COUNT
} inputaction_t;