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

Reference Issue #11847.
This commit is contained in:
Ryan C. Gordon
2025-01-20 01:39:37 -05:00
parent 2be749b23b
commit 90b2e2527e

View File

@@ -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.