Added support for the HOTAS Warthog throttle

This commit is contained in:
Sam Lantinga 2017-01-31 12:23:29 -08:00
parent a156b0d994
commit 6717a3d38d
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;