pygameControls 0.2.0__tar.gz → 0.2.2__tar.gz
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.
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/PKG-INFO +4 -1
- pygamecontrols-0.2.2/README.md +6 -0
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/pygameControls/controller.py +1 -1
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/pygameControls/dualsense_controller.py +0 -1
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/pygameControls/dualsense_edge_controller.py +0 -1
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/pygameControls/generic_controller.py +0 -1
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/pygameControls/logitech_dual_action_controller.py +0 -1
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/pygameControls/logitech_f310_controller.py +0 -1
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/pygameControls/logitech_f510_controller.py +0 -1
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/pygameControls/logitech_f710_controller.py +0 -1
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/pygameControls/playstation3_controller.py +0 -1
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/pygameControls/playstation4_controller.py +0 -1
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/pygameControls/sony_playstation3_controller.py +0 -1
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/pygameControls/sony_playstation4_controller.py +0 -1
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/pygameControls/xbox_360_controller.py +0 -1
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/pygameControls/xbox_series_x_controller.py +0 -1
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/pygameControls.egg-info/PKG-INFO +4 -1
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/setup.py +1 -1
- pygamecontrols-0.2.0/README.md +0 -3
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/LICENSE +0 -0
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/pygameControls/__init__.py +0 -0
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/pygameControls/controlsbase.py +0 -0
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/pygameControls/enums.py +0 -0
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/pygameControls/globals.py +0 -0
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/pygameControls.egg-info/SOURCES.txt +0 -0
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/pygameControls.egg-info/dependency_links.txt +0 -0
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/pygameControls.egg-info/top_level.txt +0 -0
- {pygamecontrols-0.2.0 → pygamecontrols-0.2.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pygameControls
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.2
|
4
4
|
Summary: A simple controller class for pygame.
|
5
5
|
Home-page:
|
6
6
|
Author: Jan Lerking
|
@@ -22,3 +22,6 @@ Dynamic: summary
|
|
22
22
|
# PyGame-Controller
|
23
23
|
|
24
24
|
Small module to make it easy to add controller support.
|
25
|
+
|
26
|
+

|
27
|
+

|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pygameControls
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.2
|
4
4
|
Summary: A simple controller class for pygame.
|
5
5
|
Home-page:
|
6
6
|
Author: Jan Lerking
|
@@ -22,3 +22,6 @@ Dynamic: summary
|
|
22
22
|
# PyGame-Controller
|
23
23
|
|
24
24
|
Small module to make it easy to add controller support.
|
25
|
+
|
26
|
+

|
27
|
+

|
pygamecontrols-0.2.0/README.md
DELETED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|