include: Clarified documentation for two functions.

This commit is contained in:
Ryan C. Gordon
2023-11-29 15:56:26 -05:00
parent daa38dc793
commit d1b831e232
2 changed files with 5 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ typedef struct SDL_Finger
*
* This was fixed for Android in SDL 2.0.1.
*
* \param count a pointer filled in with the number of devices returned
* \param count a pointer filled in with the number of devices returned, can be NULL.
* \returns a 0 terminated array of touch device IDs which should be
* freed with SDL_free(), or NULL on error; call SDL_GetError() for
* more details.