mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-17 18:28:28 +00:00
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
|
@ -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