1XInputCheck is an XInput check abstracted away from SDL.
2
3The content of xinputcheck.c is originally from SDL Hg c7932bb6dcee.
4The files used are "src/joystick/windows/SDL_dinputjoystick.c" and
5"include/SDL_stdinc.h".
6
7If you need to update this file, please arrange the code such that
8it is possible to copy/paste directly from SDL. This makes code
9sharing easier! Right now, the SDL_IsXInputDevice is directly
10copied from SDL.
11