Added support for the HOTAS Warthog throttle
This commit is contained in:
parent
a156b0d994
commit
6717a3d38d
3 changed files with 28 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue