On Thu Aug 7 18:53:47 2025 +0000, Rémi Bernon wrote:
I think we have tests which explicitly set DIPROP_AUTOCENTER, and some which don't, and it seems that when it's not set the HID PID reports that are sent to the device are the same as when DIPROP_AUTOCENTER is set to `DIPROPAUTOCENTER_ON`.
Right. It makes sense that not setting `DIPROR_AUTOCENTER` under Wine gives the same result as setting it to `DIPROPAUTOCENTER_ON` because I made `DIPROPAUTOCENTER_ON` on the [default value](https://gitlab.winehq.org/wine/wine/-/blob/42a63687cd6991de03402d81bf79b773a...) when I first implemented `DIPROR_AUTOCENTER`. I also strongly suspect that it is this default value that is what is actually wrong and needs fixing.