wine/dlls/winebus.sys
Arkadiusz Hiler 3df433843b winebus.sys/sdl: Use the 8 absolute axes supported by DIJOYSTATE2.
Most games use c_dfDIJoystick2 which can support up to 8 absolute axes,
6 directional ones and 2 sliders.

With this change we now have 8 usable axes instead of six and we FIXME
if device exposes more than that.
2022-08-03 22:15:52 +02:00
..
bus_iohid.c
bus_sdl.c winebus.sys/sdl: Use the 8 absolute axes supported by DIJOYSTATE2. 2022-08-03 22:15:52 +02:00
bus_udev.c
hid.c winebus.sys: Implement SOCD neutral cleaning for hatswitches. 2022-06-13 19:57:31 +02:00
main.c winebus.sys: Use UINT instead of enum and UINT64 instead of unix_device pointer. 2022-06-27 22:58:21 +02:00
Makefile.in makefiles: Add separate variables for Unix flags and libraries. 2022-06-29 23:23:41 +02:00
pop_hid_macros.h
psh_hid_macros.h
unix_private.h winebus.sys: Use UINT instead of enum and UINT64 instead of unix_device pointer. 2022-06-27 22:58:21 +02:00
unixlib.c winebus.sys: Use UINT instead of enum and UINT64 instead of unix_device pointer. 2022-06-27 22:58:21 +02:00
unixlib.h winebus.sys: Use UINT instead of enum and UINT64 instead of unix_device pointer. 2022-06-27 22:58:21 +02:00
winebus.inf
winebus.rc
winebus.sys.spec