7f29964c
by Rémi Bernon at 2026-01-15T20:25:00+01:00
windows.gaming.input: Enfore axis usage mapping for HID devices.
Unlike for GIP devices, it seems that the HID provide does some HID
usage mapping. This is the case for instance with the DualSense gamepad,
which HID report descriptor enumerates axis as X/Y/Z/Rz/Rx/Ry, but when
read through the WGI RawGameController interface, enumerates the axes
values as X/Y/Z/Rx/Ry/Rz.