mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
d10887b8f5
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> |
||
---|---|---|
.. | ||
tests | ||
ansi.c | ||
config.c | ||
data_formats.c | ||
device.c | ||
device_private.h | ||
dinput.rc | ||
dinput.spec | ||
dinput_classes.idl | ||
dinput_main.c | ||
dinput_private.h | ||
effect_linuxinput.c | ||
joystick.c | ||
joystick_linux.c | ||
joystick_linuxinput.c | ||
joystick_osx.c | ||
joystick_private.h | ||
keyboard.c | ||
Makefile.in | ||
mouse.c | ||
resource.h | ||
version.rc |