We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200a289 commit 24551d6Copy full SHA for 24551d6
Source/Menus/SettingsInputMappingWizardGUI.h
@@ -89,7 +89,7 @@ namespace RTE {
89
GUIButton* StartConfigAnalogXBTypeButton;
90
};
91
92
- static constexpr int m_KeyboardConfigSteps = 16; //!< The step count for keyboard only manual configuration.
+ static constexpr int m_KeyboardConfigSteps = 18; //!< The step count for keyboard only manual configuration.
93
static constexpr int m_MouseAndKeyboardConfigSteps = 17; //!< The step count for mouse + keyboard manual configuration.
94
static constexpr int m_DPadConfigSteps = 12; //!< The step count for DPad type gamepad manual configuration.
95
static constexpr int m_DualAnalogConfigSteps = 22; //!< The step count for DualAnalog type gamepad manual configuration.
0 commit comments