RazorSharpFang
✅ Windows Joystick API
I do not have nor have found any good solutions to this, without taking the dependency on the GDK and utilizing GameInput, which is only going for work for Windows 10+ and may require a redistributable for older builds of Windows 10 that haven't received the Windows Gaming Services updates that supply the computer with the required runtime and libraries.
29 replies
✅ Windows Joystick API
I may have to instead use DirectInput and ignore XInput capable devices
https://learn.microsoft.com/en-us/windows/win32/xinput/xinput-and-directinput
29 replies
✅ Windows Joystick API
I can confirm with much misery and with great lamentations that RawInput suffers from the same limitation that DirectInput has; it groups the left and right triggers as a single analog input rather than two discrete separate inputs.
29 replies
✅ Windows Joystick API
If you want joystick and button inputs it looks like you have to start using these APIs
HidP_GetUsages
https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/hidpi/nf-hidpi-hidp_getusages
29 replies