IntergatedCircuits / HidSharp

HIDSharp is a multiplatform C# library for USB HID devices by James F. Bellinger
https://www.zer7.com/software/hidsharp
Other
121 stars 34 forks source link

Issue with HidSharp when it comes to reading a 16-bit joystick/hardware #30

Open ajcdev opened 5 months ago

ajcdev commented 5 months ago

Discussed in https://github.com/IntergatedCircuits/HidSharp/discussions/29

Originally posted by **ajcdev** March 12, 2024 I currently have a problem dealing with a 16-bit joystick here using this library. Sometimes it gives me a timeout exception, sometimes it does not. Basically, trying to read the input of the joystick's buttons/axes is inconsistent. I'm trying to make it consistent. Do you have any kind of code that supports 16-bit joystick inputs such as the joystick's buttons or axes?