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

|
27
|
-

|
@@ -3,4 +3,4 @@
|
|
3
3
|
Small module to make it easy to add controller support.
|
4
4
|
|
5
5
|

|
6
|
-

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

|
27
|
-

|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pygamecontrols-0.2.3 → pygamecontrols-0.2.4}/pygameControls/logitech_dual_action_controller.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pygamecontrols-0.2.3 → pygamecontrols-0.2.4}/pygameControls/sony_playstation3_controller.py
RENAMED
File without changes
|
{pygamecontrols-0.2.3 → pygamecontrols-0.2.4}/pygameControls/sony_playstation4_controller.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|