Sync SDL3 wiki -> header

main
SDL Wiki Bot 2024-04-15 19:23:27 +00:00
parent 1862a62b5d
commit 35c08c828b
1 changed files with 5 additions and 2 deletions

View File

@ -120,8 +120,11 @@ extern DECLSPEC SDL_TouchDeviceType SDLCALL SDL_GetTouchDeviceType(SDL_TouchID t
* Get a list of active fingers for a given touch device. * Get a list of active fingers for a given touch device.
* *
* \param touchID the ID of a touch device * \param touchID the ID of a touch device
* \param count a pointer filled in with the number of fingers returned, can be NULL. * \param count a pointer filled in with the number of fingers returned, can
* \returns a NULL terminated array of SDL_Finger pointers which should be freed with SDL_free(), or NULL on error; call SDL_GetError() for more details. * be NULL.
* \returns a NULL terminated array of SDL_Finger pointers which should be
* freed with SDL_free(), or NULL on error; call SDL_GetError() for
* more details.
* *
* \since This function is available since SDL 3.0.0. * \since This function is available since SDL 3.0.0.
*/ */