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
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