Sweden-Number/dlls/dinput
Rémi Bernon 2681caa3f8 dinput: Implement HID joystick IDirectInputDevice8_SetProperty.
For DIPROP_RANGE property on POVs and Axes, and initialize it on
creation.

This uses the value caps physical range, as it's exactly the purpose and
we don't use it for anything else otherwise.

We'll scale values from their logical range directly anyway to save a
conversion.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-27 20:25:05 +02:00
..
tests
Makefile.in dinput: Introduce new HID joystick backend. 2021-08-26 21:49:09 +02:00
ansi.c
config.c
data_formats.c
device.c dinput: Allocate data format on device creation. 2021-08-26 21:49:09 +02:00
device_private.h dinput: Add read event and callback for file-based devices. 2021-08-27 20:25:05 +02:00
dinput.rc
dinput.spec
dinput_classes.idl
dinput_main.c dinput: Add read event and callback for file-based devices. 2021-08-27 20:25:05 +02:00
dinput_private.h dinput: Introduce new HID joystick backend. 2021-08-26 21:49:09 +02:00
effect_linuxinput.c
joystick.c dinput: Support disabled by default option in device_disabled_registry. 2021-08-26 21:49:09 +02:00
joystick_hid.c dinput: Implement HID joystick IDirectInputDevice8_SetProperty. 2021-08-27 20:25:05 +02:00
joystick_linux.c dinput: Support disabled by default option in device_disabled_registry. 2021-08-26 21:49:09 +02:00
joystick_linuxinput.c dinput: Support disabled by default option in device_disabled_registry. 2021-08-26 21:49:09 +02:00
joystick_osx.c dinput: Allocate data format on device creation. 2021-08-26 21:49:09 +02:00
joystick_private.h dinput: Support disabled by default option in device_disabled_registry. 2021-08-26 21:49:09 +02:00
keyboard.c dinput: Allocate data format on device creation. 2021-08-26 21:49:09 +02:00
mouse.c dinput: Allocate data format on device creation. 2021-08-26 21:49:09 +02:00
resource.h
version.rc