You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the list of API sniffing tricks to determine whether to use XInput or not, some game will enumerate PNP device using WMI (COM) and check each device ID to see if it contains IG_ (ex. "VID_0000&PID_0000&IG_00"). If it does, then it's an XInput device.
In the list of API sniffing tricks to determine whether to use XInput or not, some game will enumerate PNP device using WMI (COM) and check each device ID to see if it contains
IG_
(ex. "VID_0000&PID_0000&IG_00"). If it does, then it's an XInput device.cf: https://learn.microsoft.com/en-us/windows/win32/xinput/xinput-and-directinput#xinput-and-directinput-side-by-side
The text was updated successfully, but these errors were encountered: