Boomaa23 / open-ds

A reverse-engineered lightweight cross-platform FRC Driver Station
https://boomaa23.github.io/open-ds/
Other
43 stars 8 forks source link

D-pad on Xbox One controller does not work #15

Closed Boomaa23 closed 2 years ago

Boomaa23 commented 2 years ago

No button inputs from Xbox One controller D-Pad. Might have something to do with the changes to DirectInput (undocumented, but the Xbox One controller is categorized differently - see dwDevType).

Boomaa23 commented 2 years ago

Registers as SLIDER (L/R) and POV (U/D) on Linux.

Boomaa23 commented 2 years ago

This is due to the D-Pad being registered as a POV hat on some systems. POV support will be added as a later feature. Closing this issue.