Bit if UI cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user