kc3-lang/SDL/include/SDL_sensor.h

Branch :


Log

Author Commit Date CI Message
120c76c8 2022-01-03 09:40:00 Updated copyright for 2022
c7dafb15 2021-10-27 01:36:05 Sync wiki -> header
c88eb7a8 2021-07-14 17:07:04 Sync wiki -> header.
f8c1fc49 2021-07-14 14:15:30 doxygen: Fix all the "\returns" so they work as part of complete sentences.
3f40396d 2021-03-21 14:18:39 First shot at merging the wiki documentation into the headers.
9130f7c3 2021-01-02 10:25:38 Updated copyright for 2021
fcb21aa8 2020-11-17 10:30:20 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
3180ba81 2020-04-08 08:34:27 First pass at Windows sensor implementation
a8780c6a 2020-01-16 20:49:25 Updated copyright date for 2020
5e13087b 2019-01-04 22:01:14 Updated copyright for 2019
71b66451 2018-12-10 13:32:24 Rename _SDL_sensor_h in public header, not to trigger Wreserved-id-macro
7df0f4fd 2018-09-27 14:56:29 Fixed bug 4277 - warnings patch Sylvain Patch a few warnings when using: -Wmissing-prototypes -Wdocumentation -Wdocumentation-unknown-command They are automatically enabled with -Wall
afc1738e 2018-09-07 10:47:50 SDL_sensor.h, SDL_video.h: remove comma at end of enumerator lists. Avoids gcc -pedantic warnings, closes bug #4253.
0cf1ae9d 2018-09-05 21:24:13 Fixed a comment typo.
8adadf8f 2018-08-23 10:51:54 Added documentation for additional Android sensors
f225af0c 2018-08-22 21:48:28 Added SDL_GetDisplayOrientation() to get the display orientation, and added a new event SDL_DISPLAYEVENT to notify the application when the orientation changes. Documented the values returned by the accelerometer and gyroscope sensors
c5bcefa7 2018-08-21 13:44:11 Fixed duplicate definition of SDL_JoystickID
7c3040e0 2018-08-21 12:11:34 First pass on the new SDL sensor API