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 1e5e64e commit b911709Copy full SHA for b911709
Falcon BMS Alternative Launcher/Windows/KeyMappingWindow.xaml.cs
@@ -173,10 +173,18 @@ private void JoystickButtonMonitor()
173
174
if (buttons[ii] == neutralButtons[i].buttons[ii])
175
continue;
176
+
177
if (buttons[ii] == CommonConstants.PRS0)
178
{
- getNeutralPosition();
179
- continue;
+ if (ii + 1 < CommonConstants.DX128 && buttons[ii + 1] == CommonConstants.PRS0)
180
+ {
181
+ getNeutralPosition();
182
+ continue;
183
+ }
184
+ else
185
186
187
188
}
189
190
if (MainWindow.deviceControl.joyAssign[i].dx[ii].assign[CommonConstants.DX_PRESS].GetCallback() == "SimHotasPinkyShift" && pressedByHand == false ||
0 commit comments