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
Hi
When Parsing the InputReport from an XBox Controller (hardwired on USB) I get NaN for the analogue joystick values.
I can see the values are present int he raw data but Parsing the InputReport returns NaN
It looks like the valid range (physical and logical) for the XBox controller is Min=0 Max=0
So I'm guessing a bug where this library computes the ranges.
Has anyone else come across this issue?
Happy to dig into the code, and do a PR if needed.