Explorar o código

include: Added a tiny bit to SDL_sensor.h's category documentation.

Reference Issue #11847.
Ryan C. Gordon hai 1 ano
pai
achega
90b2e2527e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      include/SDL3/SDL_sensor.h

+ 2 - 0
include/SDL3/SDL_sensor.h

@@ -24,6 +24,8 @@
  *
  * SDL sensor management.
  *
+ * These APIs grant access to gyros and accelerometers on various platforms.
+ *
  * In order to use these functions, SDL_Init() must have been called with the
  * SDL_INIT_SENSOR flag. This causes SDL to scan the system for sensors, and
  * load appropriate drivers.