Andytr1
Results
2
comments of
Andytr1
Doing investigation now. Looks like there is a bug in `KeyMappingWindow.xaml.cs::JoystickButtonMonitor::133`. For some reason the buttons[19] is equal to neutralButtons[5].buttons[19] even though it is being pressed. The value in the...
The primary cause appears to be timing/multiple `getNeutralPosition` calls. By having only a single `getNeutralPosition` call on WindowLoaded appears to resolved my specific issue. I am curious, what is the...