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,