Added Logitech F710 gamepad. /JL #29
@@ -1,7 +1,7 @@
|
||||
import pygame
|
||||
from . import globals
|
||||
|
||||
__version__ = "0.2.5"
|
||||
__version__ = "0.2.6"
|
||||
|
||||
class Controllers:
|
||||
def __init__(self, joy):
|
||||
|
@@ -183,7 +183,7 @@ def init():
|
||||
},
|
||||
{
|
||||
"vidpid": "046d:c21d",
|
||||
"guid": "",
|
||||
"guid": "0333443e6d0400001fc2000005030000",
|
||||
"connection": ConnectionType.USB,
|
||||
"input": InputType.XInput,
|
||||
"name": [
|
||||
@@ -194,12 +194,13 @@ 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"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user