Added support for the HOTAS Warthog throttle
This commit is contained in:
parent
eb839a6e92
commit
49e3e7f731
3 changed files with 28 additions and 5 deletions
|
@ -293,6 +293,9 @@ main(int argc, char *argv[])
|
|||
case SDL_JOYSTICK_TYPE_ARCADE_PAD:
|
||||
type = "Arcade Pad";
|
||||
break;
|
||||
case SDL_JOYSTICK_TYPE_THROTTLE:
|
||||
type = "Throttle";
|
||||
break;
|
||||
default:
|
||||
type = "Unknown";
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue