Sam Lantinga [Tue, 17 Nov 2020 22:09:52 -0800] rev 14318
Don't send controller gyro and accelerometer updates if the values haven't changed.
This keeps SDL_PollEvent() from returning data continuously when polling controller state.
Sam Lantinga [Tue, 17 Nov 2020 10:56:56 -0800] rev 14317
Added support for the PS5 controller gyro and accelerometer
Sam Lantinga [Tue, 17 Nov 2020 10:30:20 -0800] rev 14316
Added API for sensors on game controllers
Added support for the PS4 controller gyro and accelerometer on iOS and HIDAPI drivers
Also fixed an issue with the accelerometer on iOS having inverted axes
Sam Lantinga [Tue, 17 Nov 2020 10:29:36 -0800] rev 14315
Added weak linking to hidapi framework
Also added testsensor to the test project
Sam Lantinga [Mon, 16 Nov 2020 17:42:04 -0800] rev 14314
Added SDL_crc32.c to the Windows RT projects
Sam Lantinga [Mon, 16 Nov 2020 17:36:47 -0800] rev 14313
Added SDL_JoystickGetSerial() and SDL_GameControllerGetSerial()
Ryan C. Gordon [Mon, 16 Nov 2020 18:48:13 -0500] rev 14312
crc32: Fixed include path.
Ozkan Sezer [Tue, 17 Nov 2020 02:39:56 +0300] rev 14311
fix os/2 build
Sam Lantinga [Mon, 16 Nov 2020 15:10:02 -0800] rev 14310
Fixed build warning
Sam Lantinga [Mon, 16 Nov 2020 15:00:15 -0800] rev 14309
Added SDL_crc32()