diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-06-26 09:14:26 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-06-26 09:41:54 +0200 |
commit | 1621b4e2b1adfa7f072eaf542bb1ffda24805ce9 (patch) | |
tree | c0334bdc4e63149d96ba3ff595d41fb1efb1ded5 | |
parent | 3710f069293f2fde8afe33fea898c4b36fa5e943 (diff) | |
download | redot-engine-1621b4e2b1adfa7f072eaf542bb1ffda24805ce9.tar.gz |
Mention Xbox menu button by name in Start button description
Microsoft officially calls it the Menu button:
https://support.xbox.com/en-US/help/hardware-network/controller/get-to-know-your-xbox-series-x-s-controller
-rw-r--r-- | core/input/input_event.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/input/input_event.cpp b/core/input/input_event.cpp index e547b04d0b..e37886cbe9 100644 --- a/core/input/input_event.cpp +++ b/core/input/input_event.cpp @@ -1192,7 +1192,7 @@ static const char *_joy_button_descriptions[(size_t)JoyButton::SDL_MAX] = { TTRC("Top Action, Sony Triangle, Xbox Y, Nintendo X"), TTRC("Back, Sony Select, Xbox Back, Nintendo -"), TTRC("Guide, Sony PS, Xbox Home"), - TTRC("Start, Nintendo +"), + TTRC("Start, Xbox Menu, Nintendo +"), TTRC("Left Stick, Sony L3, Xbox L/LS"), TTRC("Right Stick, Sony R3, Xbox R/RS"), TTRC("Left Shoulder, Sony L1, Xbox LB"), |