include: Filling in some more documentation gaps.

This commit is contained in:
Ryan C. Gordon
2024-12-18 01:18:23 -05:00
parent 684098fac3
commit e957840d34
4 changed files with 108 additions and 28 deletions

View File

@@ -44,6 +44,11 @@ extern "C" {
/* *INDENT-ON* */
#endif
/**
* The opaque structure used to identify an opened SDL sensor.
*
* \since This struct is available since SDL 3.1.3.
*/
typedef struct SDL_Sensor SDL_Sensor;
/**