From 53b3dc3761dc3d3c5b6223604fc6190c202d481d Mon Sep 17 00:00:00 2001 From: Lerking Date: Tue, 6 May 2025 07:04:22 +0200 Subject: [PATCH] Update pygameControls/logitech_f510_controller.py --- pygameControls/logitech_f510_controller.py | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/pygameControls/logitech_f510_controller.py b/pygameControls/logitech_f510_controller.py index a723399..e35bf55 100644 --- a/pygameControls/logitech_f510_controller.py +++ b/pygameControls/logitech_f510_controller.py @@ -1,15 +1,8 @@ """ -Logitech F310 Controller class. -This controller is a usb controller, with the following features. -(XInput mode) -6 axis -11 buttons -1 hat - -(DirectInput mode) -4 axis -12 buttons -1 hat +Logitech F510 Controller class. +This controller should have the same setup as the F310, but with the addition of rumble effect. +I don't have this controller, so I haven't been able to verify the workings! +Subsequent updates will be done, based on updates for the F310. """ import pygame