Update pygameControls/logitech_f510_controller.py

This commit is contained in:
2025-05-05 09:08:07 +02:00
parent 124c961ff0
commit 7791e1de0b

View File

@@ -29,6 +29,7 @@ class LogitechF510Controller(ControlsBase):
self.device = joy
self.instance_id: int = self.device.get_instance_id()
self.name = self.device.get_name()
self.guid = self.device.get_guid()
self.connection_type = connection_type
self.numaxis: int = self.device.get_numaxis()
self.axis: list = []