We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee69cdc commit dc7a3a1Copy full SHA for dc7a3a1
include/SDL3/SDL_sensor.h
@@ -138,7 +138,8 @@ typedef enum SDL_SensorType
138
SDL_SENSOR_ACCEL_L, /**< Accelerometer for left Joy-Con controller and Wii nunchuk */
139
SDL_SENSOR_GYRO_L, /**< Gyroscope for left Joy-Con controller */
140
SDL_SENSOR_ACCEL_R, /**< Accelerometer for right Joy-Con controller */
141
- SDL_SENSOR_GYRO_R /**< Gyroscope for right Joy-Con controller */
+ SDL_SENSOR_GYRO_R, /**< Gyroscope for right Joy-Con controller */
142
+ SDL_SENSOR_COUNT
143
} SDL_SensorType;
144
145
0 commit comments