mirror of
https://github.com/mumble-voip/mumble.git
synced 2024-12-04 12:37:20 +00:00
11 lines
429 B
Plaintext
11 lines
429 B
Plaintext
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.
|