Note that the Logitech Extreme 3D is a flight stick

This commit is contained in:
Sam Lantinga 2022-09-07 11:53:13 -07:00
parent 0a05b281f2
commit f398d8a424
1 changed files with 1 additions and 0 deletions

View File

@ -2423,6 +2423,7 @@ static SDL_bool SDL_IsJoystickProductFlightStick(Uint32 vidpid)
MAKE_VIDPID(0x044f, 0x0402), /* HOTAS Warthog Joystick */
MAKE_VIDPID(0x0738, 0x2221), /* Saitek Pro Flight X-56 Rhino Stick */
MAKE_VIDPID(0x044f, 0xb10a), /* ThrustMaster, Inc. T.16000M Joystick */
MAKE_VIDPID(0x046d, 0xc215), /* Logitech Extreme 3D */
};
int i;