Browse Source

Added the Gunfighter Mk.III ‘Space Combat Edition’ as a flight stick

Sam Lantinga 2 năm trước cách đây
mục cha
commit
d167cd6715
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/joystick/SDL_joystick.c

+ 2 - 0
src/joystick/SDL_joystick.c

@@ -2479,6 +2479,8 @@ static SDL_bool SDL_IsJoystickProductFlightStick(Uint32 vidpid)
         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 */
+        MAKE_VIDPID(0x231d, 0x0126),    /* Gunfighter Mk.III ‘Space Combat Edition’ (right) */
+        MAKE_VIDPID(0x231d, 0x0127),    /* Gunfighter Mk.III ‘Space Combat Edition’ (left) */
     };
     int i;