Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot
2024-09-08 04:18:26 +00:00
parent 4f6e81cf62
commit 2b77b2e4ef
3 changed files with 15 additions and 15 deletions

View File

@@ -24,9 +24,9 @@
*
* SDL sensor management.
*
* 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.
* 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.
*/
#ifndef SDL_sensor_h_