4 Commits

Author SHA1 Message Date
0a3042b93c Merge pull request 'Added Logitech Rumblepad 2. /JL' (#30) from 0.2.7 into main
Reviewed-on: #30
2025-05-13 14:01:21 +02:00
73fecc1904 Added Logitech Rumblepad 2. /JL
Some checks failed
Run Controller Tests / test (push) Has been cancelled
2025-05-13 14:01:01 +02:00
ed252a6548 Merge pull request 'Added Logitech F710 gamepad. /JL' (#29) from 0.2.6 into main
Reviewed-on: #29
2025-05-13 13:57:42 +02:00
ad3214dd23 Added Logitech F710 gamepad. /JL
Some checks failed
Run Controller Tests / test (push) Has been cancelled
2025-05-13 13:57:10 +02:00
3 changed files with 7 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
import pygame
from . import globals
__version__ = "0.2.5"
__version__ = "0.2.7"
class Controllers:
def __init__(self, joy):

View File

@@ -183,7 +183,7 @@ def init():
},
{
"vidpid": "046d:c21d",
"guid": "",
"guid": "0333443e6d0400001fc2000005030000",
"connection": ConnectionType.USB,
"input": InputType.XInput,
"name": [
@@ -194,14 +194,15 @@ def init():
},
{
"vidpid": "046d:c216",
"guid": "",
"guid": "03005d8e6d04000019c2000011010000",
"connection": ConnectionType.USB,
"input": InputType.DirectInput,
"name": [
"Logitech, Inc. F710 Gamepad [DirectInput Mode]",
"Logitech Dual Action"
"Logitech Dual Action",
"Logitech Cordless Rumblepad 2"
],
"class": CONTROLLERS["Logitech Dual Action"]
"class": CONTROLLERS["Logitech Rumblepad 2"]
}
]
}

View File

@@ -3,7 +3,7 @@ if __name__ == "__main__":
setup(
name='pygameControls',
version='0.2.5',
version='0.2.7',
packages=find_packages(),
install_requires=[],
author='Jan Lerking',