15 Jan
2026
15 Jan
'26
2:50 p.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9899