-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
| return true; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels