Exist a way to make a joystick vibrate directly in pygame? I know there is a way with evdev, but I want know if in pygame it's possible
Asked
Active
Viewed 682 times
1
-
1I've skimmed the docs a little and I don't see any references to Joystcik vibration natively with Pygame – clubby789 Oct 14 '19 at 21:38
-
1I've never read anything like that in the pygame docs. – Valentino Oct 14 '19 at 21:38
-
Semi-related answer about using evdev - https://stackoverflow.com/questions/49968540/control-vibration-motors-of-game-controller-in-pure-python – Kingsley Oct 14 '19 at 21:44