We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The button pressed and released events do not send the button id to the eventhandler. Currently is passes a hard-coded 0. This is the line in question
0
sharpinputsystem/src/SharpInputSystem.DirectX/DirectXJoystick.cs
Line 224 in 567509d
The actual button value is stored in the button state, which is passed to listener as an eventargs. Why not also pass the value as a parameter?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The button pressed and released events do not send the button id to the eventhandler. Currently is passes a hard-coded
0
.This is the line in question
sharpinputsystem/src/SharpInputSystem.DirectX/DirectXJoystick.cs
Line 224 in 567509d
The actual button value is stored in the button state, which is passed to listener as an eventargs. Why not also pass the value as a parameter?
The text was updated successfully, but these errors were encountered: