Bit if UI cleanup

This commit is contained in:
2026-06-25 14:56:48 -05:00
parent c4969a36cc
commit 8faf881399
31 changed files with 676 additions and 77 deletions
+2
View File
@@ -517,6 +517,7 @@ errorret_t inputInitLinux(void) {
X("tab", INPUT_ACTION_CANCEL);
X("q", INPUT_ACTION_CANCEL);
X("escape", INPUT_ACTION_RAGEQUIT);
X("enter", INPUT_ACTION_PAUSE);
X("`", INPUT_ACTION_CONSOLE);
#endif
@@ -528,6 +529,7 @@ errorret_t inputInitLinux(void) {
X("gamepad_a", INPUT_ACTION_ACCEPT);
X("gamepad_b", INPUT_ACTION_CANCEL);
X("gamepad_back", INPUT_ACTION_RAGEQUIT);
X("gamepad_start", INPUT_ACTION_PAUSE);
X("gamepad_lstick_up", INPUT_ACTION_UP);
X("gamepad_lstick_down", INPUT_ACTION_DOWN);
X("gamepad_lstick_left", INPUT_ACTION_LEFT);