0.2.0 #23

Merged
Lerking merged 57 commits from 0.2.0 into main 2025-05-06 20:50:16 +02:00
Showing only changes of commit 7791e1de0b - Show all commits

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 = []