Merge pull request 'Added Logitech F710 gamepad. /JL' (#29) from 0.2.6 into main
Reviewed-on: #29
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import pygame
|
import pygame
|
||||||
from . import globals
|
from . import globals
|
||||||
|
|
||||||
__version__ = "0.2.5"
|
__version__ = "0.2.6"
|
||||||
|
|
||||||
class Controllers:
|
class Controllers:
|
||||||
def __init__(self, joy):
|
def __init__(self, joy):
|
||||||
|
@@ -183,7 +183,7 @@ def init():
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"vidpid": "046d:c21d",
|
"vidpid": "046d:c21d",
|
||||||
"guid": "",
|
"guid": "0333443e6d0400001fc2000005030000",
|
||||||
"connection": ConnectionType.USB,
|
"connection": ConnectionType.USB,
|
||||||
"input": InputType.XInput,
|
"input": InputType.XInput,
|
||||||
"name": [
|
"name": [
|
||||||
@@ -194,12 +194,13 @@ def init():
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"vidpid": "046d:c216",
|
"vidpid": "046d:c216",
|
||||||
"guid": "",
|
"guid": "03005d8e6d04000019c2000011010000",
|
||||||
"connection": ConnectionType.USB,
|
"connection": ConnectionType.USB,
|
||||||
"input": InputType.DirectInput,
|
"input": InputType.DirectInput,
|
||||||
"name": [
|
"name": [
|
||||||
"Logitech, Inc. F710 Gamepad [DirectInput Mode]",
|
"Logitech, Inc. F710 Gamepad [DirectInput Mode]",
|
||||||
"Logitech Dual Action"
|
"Logitech Dual Action",
|
||||||
|
"Logitech Cordless Rumblepad 2"
|
||||||
],
|
],
|
||||||
"class": CONTROLLERS["Logitech Dual Action"]
|
"class": CONTROLLERS["Logitech Dual Action"]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user