From 7791e1de0b0feeae5ad5ce0f808b44e94def4eae Mon Sep 17 00:00:00 2001 From: Lerking Date: Mon, 5 May 2025 09:08:07 +0200 Subject: [PATCH] Update pygameControls/logitech_f510_controller.py --- pygameControls/logitech_f510_controller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pygameControls/logitech_f510_controller.py b/pygameControls/logitech_f510_controller.py index aed0d84..c1a0df2 100644 --- a/pygameControls/logitech_f510_controller.py +++ b/pygameControls/logitech_f510_controller.py @@ -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 = []