Sweden-Number/dlls/dinput/tests
Arkadiusz Hiler d10887b8f5 dinput: Don't add 'default value 0' entries to the data transform.
This helps when dealing with the quirky c_dfDIJoystick2 format,
which defines all the sliders as overlapping, i.e. rglSlider[2],
rglVSlider[2], rglASlider[2] and rglFSlider[2] all share the same
offset.

With the Linux backends, if the device exposes enough axes (e.g. some
HOTAS) we end up using rglSlider.

Let's make sure we don't unnecessarily override the values there.

Signed-off-by: Arkadiusz Hiler <ahiler@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-07-08 21:13:54 +02:00
..
Makefile.in
device.c dinput: Don't add 'default value 0' entries to the data transform. 2021-07-08 21:13:54 +02:00
dinput.c dinput: Prefer IDirectInputW interfaces over IDirectInputA. 2021-05-28 21:53:07 +02:00
joystick.c
keyboard.c
mouse.c