mumble/3rdparty/xinputcheck-src
2016-03-04 01:07:52 +01:00
..
COPYING.txt GlobalShortcutWin: Exclude XInput devices from DirectInput. 2016-03-03 16:13:26 +01:00
README XInputCheck: fix missing file reference in the README. 2016-03-04 01:07:51 +01:00
xinputcheck.cpp XInputCheck: add string.h and stdlib.h includes to xinputcheck.cpp. 2016-03-04 01:07:52 +01:00
xinputcheck.h XInputCheck: add documentation for XInputCheck_IsGuidProductXInputDevice. 2016-03-04 01:07:49 +01:00

XInputCheck is an XInput check abstracted away from SDL.

The content of xinputcheck.c is originally from SDL Hg c7932bb6dcee.
The files used are "src/joystick/windows/SDL_dinputjoystick.c" and
"include/SDL_stdinc.h".

If you need to update this file, please arrange the code such that
it is possible to copy/paste directly from SDL. This makes code
sharing easier! Right now, the SDL_IsXInputDevice is directly
copied from SDL.