Update pygameControls/logitech_f510_controller.py

This commit is contained in:
2025-05-06 07:04:22 +02:00
parent b236be16b7
commit 53b3dc3761

View File

@@ -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