From 35c08c828b6b60f4bc10abfb45470098512c984f Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Mon, 15 Apr 2024 19:23:27 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_touch.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_touch.h b/include/SDL3/SDL_touch.h index 12ac290a6f..780c1d53c9 100644 --- a/include/SDL3/SDL_touch.h +++ b/include/SDL3/SDL_touch.h @@ -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. * * \param touchID the ID of a touch device - * \param count a pointer filled in with the number of fingers returned, can 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. + * \param count a pointer filled in with the number of fingers returned, can + * 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. */