|   | a8780c6a | 2020-01-16T20:49:25 |  | Updated copyright date for 2020 | 
            
              |   | 5e13087b | 2019-01-04T22:01:14 |  | Updated copyright for 2019 | 
            
              |   | 71b66451 | 2018-12-10T13:32:24 |  | Rename _SDL_sensor_h in public header, not to trigger Wreserved-id-macro | 
            
              |   | 7df0f4fd | 2018-09-27T14: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-07T10: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-05T21:24:13 |  | Fixed a comment typo. | 
            
              |   | 8adadf8f | 2018-08-23T10:51:54 |  | Added documentation for additional Android sensors | 
            
              |   | f225af0c | 2018-08-22T21: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-21T13:44:11 |  | Fixed duplicate definition of SDL_JoystickID | 
            
              |   | 7c3040e0 | 2018-08-21T12:11:34 |  | First pass on the new SDL sensor API |