You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that some keys are not mapped correctly to names.
Button number 11 (counting from zero) is responsible for DPadUp but it s not correct. When i click DPadRight then this button is true.
There is not a a DPadLeft.
Steps to reproduce
Platform: Desktop
Framework Version: .NET Core 3
First I did this
I created from my .Net Standard 2.1 Library
Then I did this
Then I called function responsible for detecting buttons
Comments
There is list of detected buttons
First collumn is index, second current state, last is name of button
0 False A
1 False B
2 False X
3 False Y
4 False LeftBumper
5 False RightBumper
6 False Back
7 False Start
8 False Home
9 False LeftStick
10 False RightStick
11 False DPadUp
12 False DPadRight
13 False DPadDown
The text was updated successfully, but these errors were encountered:
Nothing has changed. Still getting DPadRight as DPadUp. There is also no DPadLeft.
When I make ....Buttons[14].Position I am getting out of range argument. I made clean solution and rebuild but I am keeping getting error
Summary
I noticed that some keys are not mapped correctly to names.
Button number 11 (counting from zero) is responsible for DPadUp but it s not correct. When i click DPadRight then this button is true.
There is not a a DPadLeft.
Steps to reproduce
I created from my .Net Standard 2.1 Library
Then I called function responsible for detecting buttons
Comments
There is list of detected buttons
First collumn is index, second current state, last is name of button
The text was updated successfully, but these errors were encountered: