Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed compiler warning
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/joystick/windows/SDL_windows_gaming_input.c
|
@@ -86,6 +86,7 @@ static const IID IID_IRacingWheelStatics2 = { 0xE666BCAA, 0xEDFD, 0x4323, { 0xA9 |
|
|
static const IID IID_IRacingWheel = { 0xF546656F, 0xE106, 0x4C82, { 0xA9, 0x0F, 0x55, 0x40, 0x12, 0x90, 0x4B, 0x85 } }; |
|
|
|
|
|
extern SDL_bool SDL_XINPUT_Enabled(void); |
|
|
extern SDL_bool SDL_DINPUT_JoystickPresent(Uint16 vendor, Uint16 product, Uint16 version); |
|
|
|
|
|
static SDL_bool |
|
|
SDL_IsXInputDevice(Uint16 vendor, Uint16 product) |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.