From 124c961ff08d3a8e6d2c1f0d0f44dfa72b75613b Mon Sep 17 00:00:00 2001 From: Lerking Date: Mon, 5 May 2025 09:07:56 +0200 Subject: [PATCH] Update pygameControls/logitech_f710_controller.py --- pygameControls/logitech_f710_controller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pygameControls/logitech_f710_controller.py b/pygameControls/logitech_f710_controller.py index 29345cc..9a3ff37 100644 --- a/pygameControls/logitech_f710_controller.py +++ b/pygameControls/logitech_f710_controller.py @@ -29,6 +29,7 @@ class LogitechF710Controller(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 = []