Skip to content
New issue

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

Axis and Hat input not being updated for DInput devices. #15

Open
emmauss opened this issue Jul 23, 2019 · 0 comments
Open

Axis and Hat input not being updated for DInput devices. #15

emmauss opened this issue Jul 23, 2019 · 0 comments

Comments

@emmauss
Copy link

emmauss commented Jul 23, 2019

Using the DirectX Input manager, axis data are not being updated on the joystick. The axis data is being grabbed by the underlying SharpDX dinput handler, but nothing is beiing done for it on the SharpInput side. the issue seems to be from here

if ((IsBuffered == true) && (EventListener != null) && bufferedData.Length > 0)

Same with the Hat input here

@emmauss emmauss changed the title Axis and Hat input not being updated for DInput devices. Axis input not being updated for DInput devices. Jul 23, 2019
@emmauss emmauss changed the title Axis input not being updated for DInput devices. Axis and Hat input not being updated for DInput devices. Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant