Sam Lantinga
|
120c76c84b
|
Updated copyright for 2022
|
2022-01-03 09:40:21 -08:00 |
|
Sylvain
|
6fb50bd0a6
|
Don't use "exp" as a name so that it's doesn´t show up with searching for the function
|
2021-11-22 08:38:46 -08:00 |
|
Cameron Gutman
|
1ccfbf963e
|
joystick: Convert HasLED() into a generic GetCapabilities() function
|
2021-11-11 15:10:08 -08:00 |
|
Cameron Cawley
|
08ae790497
|
Replace calls to asprintf with SDL_asprintf
|
2021-09-22 11:53:46 -07:00 |
|
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 |
|