Added support for the HOTAS Warthog throttle

This commit is contained in:
Sam Lantinga 2017-01-31 12:23:29 -08:00
parent eb839a6e92
commit 49e3e7f731
3 changed files with 28 additions and 5 deletions

View file

@ -83,7 +83,8 @@ typedef enum
SDL_JOYSTICK_TYPE_DANCE_PAD,
SDL_JOYSTICK_TYPE_GUITAR,
SDL_JOYSTICK_TYPE_DRUM_KIT,
SDL_JOYSTICK_TYPE_ARCADE_PAD
SDL_JOYSTICK_TYPE_ARCADE_PAD,
SDL_JOYSTICK_TYPE_THROTTLE,
} SDL_JoystickType;
typedef enum