Sam Lantinga
|
bf97c5a22f
|
Make sure SDL file descriptors don't leak into child processes
|
2021-09-08 14:47:40 -07:00 |
|
Sam Lantinga
|
d135c0762f
|
Added SDL_GameControllerSendEffect() and SDL_JoystickSendEffect() to allow applications to send custom effects to the PS4 and PS5 controllers
See testgamecontroller.c for an example of a custom PS5 trigger effect
|
2021-07-08 13:22:41 -07:00 |
|
Ozkan Sezer
|
2376458841
|
renamed SDL_JOYSTICK_USBHID_MACHINE_JOYSTICK_H to SDL_HAVE_MACHINE_JOYSTICK_H
|
2021-01-24 00:51:25 -05:00 |
|
Sam Lantinga
|
9130f7c377
|
Updated copyright for 2021
|
2021-01-02 10:25:38 -08:00 |
|
Sam Lantinga
|
ee180efda7
|
Fixed bug 5406 - Upstreaming DragonFlyBSD changes from DeltaPorts (patch from David Carlier)
|
2020-12-20 12:08:49 -08:00 |
|
Sam Lantinga
|
34bea84a54
|
Fixed bug 5335 - Patch: enable joystick/haptic/evdev support by default on FreeBSD
Alex S
Ah, that's not quite enough. You need to:
1. rename src/joystick/bsd/SDL_sysjoystick.c to something;
2. regenerate configure.
|
2020-11-23 23:03:55 -08:00 |
|