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

@ -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;