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
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