1.1 --- a/include/SDL_sensor.h Thu Aug 23 02:48:47 2018 -0700
1.2 +++ b/include/SDL_sensor.h Thu Aug 23 10:51:54 2018 -0700
1.3 @@ -59,7 +59,13 @@
1.4 */
1.5 typedef Sint32 SDL_SensorID;
1.6
1.7 -/* The different sensor types */
1.8 +/* The different sensors defined by SDL
1.9 + *
1.10 + * Additional sensors may be available, using platform dependent semanticsx
1.11 + *
1.12 + * Hare are the additional Android sensors:
1.13 + * https://developer.android.com/reference/android/hardware/SensorEvent.html#values
1.14 + */
1.15 typedef enum
1.16 {
1.17 SDL_SENSOR_INVALID = -1, /**< Returned for an invalid sensor */