pygameControls 0.2.0__py3-none-any.whl → 0.2.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  import pygame
2
2
  from . import globals
3
3
 
4
- __version__ = "0.2.0"
4
+ __version__ = "0.2.1"
5
5
 
6
6
  class Controllers:
7
7
  def __init__(self, joy):
@@ -1,5 +1,4 @@
1
1
  from pygameControls.controlsbase import ControlsBase
2
- from .enums import ConnectionType
3
2
  from pydualsense import *
4
3
 
5
4
  BATTERY_STATE = {
@@ -1,5 +1,4 @@
1
1
  from pygameControls.controlsbase import ControlsBase
2
- from enums import ConnectionType
3
2
  from pydualsense import *
4
3
 
5
4
 
@@ -1,6 +1,5 @@
1
1
  import pygame
2
2
  from pygameControls.controlsbase import ControlsBase
3
- from enums import ConnectionType
4
3
 
5
4
  class GenericController(ControlsBase):
6
5
  def __init__(self, joy):
@@ -14,7 +14,6 @@ This controller is a usb controller, with the following features.
14
14
 
15
15
  import pygame
16
16
  from pygameControls.controlsbase import ControlsBase
17
- from enums import ConnectionType
18
17
 
19
18
  class LogitechDualActionController(ControlsBase):
20
19
  def __init__(self, joy):
@@ -14,7 +14,6 @@ This controller is a usb controller, with the following features.
14
14
 
15
15
  import pygame
16
16
  from pygameControls.controlsbase import ControlsBase
17
- from enums import ConnectionType
18
17
 
19
18
  class LogitechF310Controller(ControlsBase):
20
19
  def __init__(self, joy):
@@ -7,7 +7,6 @@ Subsequent updates will be done, based on updates for the F310.
7
7
 
8
8
  import pygame
9
9
  from pygameControls.controlsbase import ControlsBase
10
- from enums import ConnectionType
11
10
 
12
11
  class LogitechF510Controller(ControlsBase):
13
12
  def __init__(self, joy):
@@ -5,7 +5,6 @@ This controller is a usb/wireless controller.
5
5
 
6
6
  import pygame
7
7
  from pygameControls.controlsbase import ControlsBase
8
- from enums import ConnectionType
9
8
 
10
9
  class LogitechF710Controller(ControlsBase):
11
10
  def __init__(self, joy):
@@ -1,5 +1,4 @@
1
1
  from pygameControls.controlsbase import ControlsBase
2
- from enums import ConnectionType
3
2
  import pygame
4
3
 
5
4
  class PlayStation3Controller(ControlsBase):
@@ -1,5 +1,4 @@
1
1
  from pygameControls.controlsbase import ControlsBase
2
- from enums import ConnectionType
3
2
  import pygame
4
3
 
5
4
  class PlayStation4Controller(ControlsBase):
@@ -1,5 +1,4 @@
1
1
  from pygameControls.controlsbase import ControlsBase
2
- from enums import ConnectionType
3
2
  import pygame
4
3
 
5
4
  class SonyPlayStation3Controller(ControlsBase):
@@ -1,5 +1,4 @@
1
1
  from pygameControls.controlsbase import ControlsBase
2
- from enums import ConnectionType
3
2
  import pygame
4
3
 
5
4
  class SonyPlayStation4Controller(ControlsBase):
@@ -1,5 +1,4 @@
1
1
  from pygameControls.controlsbase import ControlsBase
2
- from enums import ConnectionType, InputType
3
2
  import pygame
4
3
 
5
4
  class Xbox360Controller(ControlsBase):
@@ -1,5 +1,4 @@
1
1
  from pygameControls.controlsbase import ControlsBase
2
- from enums import ConnectionType
3
2
  import pygame
4
3
 
5
4
  class XboxSeriesXController(ControlsBase):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pygameControls
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: A simple controller class for pygame.
5
5
  Home-page:
6
6
  Author: Jan Lerking
@@ -0,0 +1,23 @@
1
+ pygameControls/__init__.py,sha256=Ivl6jPIP4xfrBe5kokd2FXP_CLV0bATuV3rorKfDcHI,25
2
+ pygameControls/controller.py,sha256=1p4A0fI2Be0OXYLfmyufm-o9uGfk93MX0GiZj84lmeU,578
3
+ pygameControls/controlsbase.py,sha256=2o4gxsbP50IesYv9dye_RKA_2gzStVSH5G0BG5hgnG8,668
4
+ pygameControls/dualsense_controller.py,sha256=7mftYzEZeHMIX3qiLCR0_bG9SCIYWpPkTkNGzevN54E,2998
5
+ pygameControls/dualsense_edge_controller.py,sha256=8ZInDWP8hYLIdL3_0qwR49jBenPO9BHrh_PgQYasrBE,3328
6
+ pygameControls/enums.py,sha256=r9xsepu6IBxBCABxtaGFP4Nh9zdA3yIcZnCJq0o3bEQ,190
7
+ pygameControls/generic_controller.py,sha256=ISgcrX1fMr1g0FTeqzsIpOlmpTr5RG_wmNgnzcu7UII,1736
8
+ pygameControls/globals.py,sha256=NsgEHsDgKbJzkkzuM72nEzpgQubmTk3JNyZnPMwkTmo,8583
9
+ pygameControls/logitech_dual_action_controller.py,sha256=oPxhf6aBgxLX-1EeMhIITWxasZ65fI6_oMzIs2GxfMw,1984
10
+ pygameControls/logitech_f310_controller.py,sha256=_W1maT0kxuWGeDfp5ze4hKGDVNdj7cLH64uXdB4MP-c,1916
11
+ pygameControls/logitech_f510_controller.py,sha256=uzesKdvLJR0_EEwfD8gAAQr8ZdyANLuZ8qkKFJadcFM,2406
12
+ pygameControls/logitech_f710_controller.py,sha256=Z1RVyNVGL_FMLXHiGRwkk7Da0jYW8HwT5iRpniMKUdU,2215
13
+ pygameControls/playstation3_controller.py,sha256=24rRe7P0rOeJ_Zf_6vI9OpxGG9bR28yUypasCT4R66M,2077
14
+ pygameControls/playstation4_controller.py,sha256=9ugGdRic_lRn-bnK8S1DisXboPapVAEG5vo8AOORDbQ,2077
15
+ pygameControls/sony_playstation3_controller.py,sha256=I4EMhX5M7FbzvXNLvGJOzSGunlnb_XDOnUloj0vyOW8,2081
16
+ pygameControls/sony_playstation4_controller.py,sha256=FPpzLVvkXFHL8yJQmrGw8AINmK9rpUb-XfURiL1bNm0,2081
17
+ pygameControls/xbox_360_controller.py,sha256=Y2lhkeqlfHRpOcTj2X_L4bG8uYNqHw9dFWiIhehHdH4,1959
18
+ pygameControls/xbox_series_x_controller.py,sha256=EY4pvQWTTRPO2wSK4QhiAFTKShTMD6Vq79rZ2U-acBw,1963
19
+ pygamecontrols-0.2.1.dist-info/licenses/LICENSE,sha256=KQMYrAM921Oeawv1XkqKG3PxDJy9v7wuu1vhr63d2CY,1070
20
+ pygamecontrols-0.2.1.dist-info/METADATA,sha256=VGyaokkLto100QLIHIjWxrrCB9x4bX2HcitBcgtXZKM,617
21
+ pygamecontrols-0.2.1.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
22
+ pygamecontrols-0.2.1.dist-info/top_level.txt,sha256=Tg86INulVO2XDGUPiQCC68Zsl36kBlr0My-Bn-q04V8,15
23
+ pygamecontrols-0.2.1.dist-info/RECORD,,
@@ -1,23 +0,0 @@
1
- pygameControls/__init__.py,sha256=Ivl6jPIP4xfrBe5kokd2FXP_CLV0bATuV3rorKfDcHI,25
2
- pygameControls/controller.py,sha256=jt823gYd0CiJe3m0HCF5lIpNkzuY4dAuQStHRfkC8aM,578
3
- pygameControls/controlsbase.py,sha256=2o4gxsbP50IesYv9dye_RKA_2gzStVSH5G0BG5hgnG8,668
4
- pygameControls/dualsense_controller.py,sha256=sh5QI-DSSWGTeKw532w-Jl-OPkuEB0iFaZ9BZOLuBR8,3032
5
- pygameControls/dualsense_edge_controller.py,sha256=dfleVIfyer3ygV1ERygFzwW5KS7rzJi5EwRBcbshPtA,3361
6
- pygameControls/enums.py,sha256=r9xsepu6IBxBCABxtaGFP4Nh9zdA3yIcZnCJq0o3bEQ,190
7
- pygameControls/generic_controller.py,sha256=g-szD-25dyyHMJQ9pBiqxcbi1DcpnNo87sSiNBv1Fzo,1769
8
- pygameControls/globals.py,sha256=NsgEHsDgKbJzkkzuM72nEzpgQubmTk3JNyZnPMwkTmo,8583
9
- pygameControls/logitech_dual_action_controller.py,sha256=h9rElBE_7XF7grp5bMdrH2HdQT6o3JjliOu7wL8-fhk,2017
10
- pygameControls/logitech_f310_controller.py,sha256=rtryKrAvnYvmHX1tEhpv3OvzggR1vbWW2A6uE08l0RY,1949
11
- pygameControls/logitech_f510_controller.py,sha256=2ljRSGjNXbWDgTiJRJgdhT8uXdgl3TQR0fhvJbwIMkU,2439
12
- pygameControls/logitech_f710_controller.py,sha256=HfI5qoi7DyaxPgj7DamYmiAijl73uSDNItlw99TmUmY,2248
13
- pygameControls/playstation3_controller.py,sha256=vExXCKf_ZnzesvwureupLPdEsp8xMV_J5A_UXjKXRF0,2110
14
- pygameControls/playstation4_controller.py,sha256=FURi3-iG7RjwHvQ3UCqtqCG16lhaxtnnOybeBoeKhj0,2110
15
- pygameControls/sony_playstation3_controller.py,sha256=2wcJjoeZwGm43HVTphrYVp_jTtsmnZ51hOb7OXrd_Ks,2114
16
- pygameControls/sony_playstation4_controller.py,sha256=d5y6Kfbju4iX6qb0MHlVXxSMFO6SASDtmM0baxhanro,2114
17
- pygameControls/xbox_360_controller.py,sha256=nMA5ZQ5HYvycR11lm-jChqzWW9OxyCvdQcOb4lpKVI0,2003
18
- pygameControls/xbox_series_x_controller.py,sha256=NYQG3XeunN2BnR5BVnvrddQXykdmy0dTJ1LBlW1B7gk,1996
19
- pygamecontrols-0.2.0.dist-info/licenses/LICENSE,sha256=KQMYrAM921Oeawv1XkqKG3PxDJy9v7wuu1vhr63d2CY,1070
20
- pygamecontrols-0.2.0.dist-info/METADATA,sha256=IAhDarrcLRp_39fOv2IlnWs5lBaF6eKPnURIx8pVhWI,617
21
- pygamecontrols-0.2.0.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
22
- pygamecontrols-0.2.0.dist-info/top_level.txt,sha256=Tg86INulVO2XDGUPiQCC68Zsl36kBlr0My-Bn-q04V8,15
23
- pygamecontrols-0.2.0.dist-info/RECORD,,