mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-08 19:06:26 +00:00
include: Fix documentation generation for SDL_SensorType.
This commit is contained in:
@@ -69,7 +69,7 @@ typedef Uint32 SDL_SensorID;
|
|||||||
* Hare are the additional Android sensors:
|
* Hare are the additional Android sensors:
|
||||||
* https://developer.android.com/reference/android/hardware/SensorEvent.html#values
|
* https://developer.android.com/reference/android/hardware/SensorEvent.html#values
|
||||||
*/
|
*/
|
||||||
typedef enum
|
typedef enum SDL_SensorType
|
||||||
{
|
{
|
||||||
SDL_SENSOR_INVALID = -1, /**< Returned for an invalid sensor */
|
SDL_SENSOR_INVALID = -1, /**< Returned for an invalid sensor */
|
||||||
SDL_SENSOR_UNKNOWN, /**< Unknown sensor type */
|
SDL_SENSOR_UNKNOWN, /**< Unknown sensor type */
|
||||||
|
Reference in New Issue
Block a user