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
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
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
sharpinputsystem/src/SharpInputSystem.DirectX/DirectXJoystick.cs
Line 330 in 567509d
Same with the Hat input here
sharpinputsystem/src/SharpInputSystem.DirectX/DirectXJoystick.cs
Line 237 in 567509d
The text was updated successfully, but these errors were encountered: