From 9954e3c308bc2b70f988a7adc4f8ba0c7614a74a Mon Sep 17 00:00:00 2001 From: Lerking Date: Mon, 5 May 2025 12:48:01 +0200 Subject: [PATCH] Update pygameControls/controller.py --- pygameControls/controller.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pygameControls/controller.py b/pygameControls/controller.py index be018cb..fe4b81f 100644 --- a/pygameControls/controller.py +++ b/pygameControls/controller.py @@ -13,6 +13,7 @@ from .sony_playstation4_controller import SonyPlayStation4Controller from .playstation4_controller import PlayStation4Controller from .generic_controller import GenericController from .logitech_dual_action_controller import LogitechDualActionController +from enums import InputType __version__ = "0.2.0" @@ -23,6 +24,7 @@ CONTROLLERS = { "Logitech Gamepad F510": LogitechF510Controller, "Logitech Gamepad F710": LogitechF710Controller, "Logitech Dual Action": LogitechDualActionController, + "Microsoft X-Box 360 pad": LogitechDualActionController "Xbox Series X Controller": XboxSeriesXController, "Sony PLAYSTATION(R)3 Controller": SonyPlayStation3Controller, "PLAYSTATION(R)3 Controller": PlayStation3Controller,