From e99f8f761c466305134120cae8c2c4c3b03120a7 Mon Sep 17 00:00:00 2001 From: Lerking Date: Tue, 6 May 2025 08:13:16 +0200 Subject: [PATCH] Update pygameControls/globals.py --- pygameControls/globals.py | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/pygameControls/globals.py b/pygameControls/globals.py index 31ce0ae..8f3b231 100644 --- a/pygameControls/globals.py +++ b/pygameControls/globals.py @@ -1,28 +1,5 @@ from .enums import ConnectionType, InputType -CONNECTIONS = { - "046d:c216": ConnectionType.USB, - "046d:c21d": ConnectionType.USB, - "045e:0b12": ConnectionType.USB, - "045e:0b13": ConnectionType.BLUETOOTH, - "045e:0b20": ConnectionType.BLUETOOTH, - "045e:0b21": ConnectionType.BLUETOOTH, - "054c:0ce6": ConnectionType.USB, - "054c:0df2"; ConnectionType.BLUETOOTH, - -} - -INPUTS = { - "046d:c216": InputType.DirectInput, - "046d:c21d": InputType.XInput, - "045e:0b12": InputType.XInput, - "045e:0b13": InputType.XInput, - "045e:0b20": InputType.XInput, - "045e:0b21": InputType.XInput, - "054c:0ce6": InputType.DirectInput, - "054c:0df2": InputType.DirectInput, -} - VID_PID = { "046d:c216": "Logitech Gamepad F310", "046d:c21d": "Microsoft X-Box 360 pad",