mumble-voip_mumble/3rdparty/xinputcheck-src
Mikkel Krautz 302afdacb3 3rdparty/xinputcheck-src: add Xbox One controller (w/ 3.5 mm jack).
Apparently, this one has a different GUID as well.
2016-08-06 20:23:14 +02: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 3rdparty/xinputcheck-src: add Xbox One controller (w/ 3.5 mm jack). 2016-08-06 20:23:14 +02:00
xinputcheck.h XInputCheck: add documentation for XInputCheck_IsGuidProductXInputDevice. 2016-03-04 01:07:49 +01:00

README

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.