Update pygameControls/logitech_f710_controller.py
This commit is contained in:
@@ -29,6 +29,7 @@ class LogitechF710Controller(ControlsBase):
|
|||||||
self.device = joy
|
self.device = joy
|
||||||
self.instance_id: int = self.device.get_instance_id()
|
self.instance_id: int = self.device.get_instance_id()
|
||||||
self.name = self.device.get_name()
|
self.name = self.device.get_name()
|
||||||
|
self.guid = self.device.get_guid()
|
||||||
self.connection_type = connection_type
|
self.connection_type = connection_type
|
||||||
self.numaxis: int = self.device.get_numaxis()
|
self.numaxis: int = self.device.get_numaxis()
|
||||||
self.axis: list = []
|
self.axis: list = []
|
||||||
|
Reference in New Issue
Block a user