From 2f38a4bf5e31359d3055b991a2997ca750f6892d Mon Sep 17 00:00:00 2001 From: Eduard Gushchin <44260780+edwardgushchin@users.noreply.github.com> Date: Fri, 26 Jul 2024 17:57:24 +0300 Subject: [PATCH] Fixed a typo in the link to the GetTouchFingers function --- include/SDL3/SDL_touch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_touch.h b/include/SDL3/SDL_touch.h index fac421fded..93f3b225a9 100644 --- a/include/SDL3/SDL_touch.h +++ b/include/SDL3/SDL_touch.h @@ -59,7 +59,7 @@ typedef enum SDL_TouchDeviceType * * \since This struct is available since SDL 3.0.0. * - * \sa SDL_GetTouchFinger + * \sa SDL_GetTouchFingers */ typedef struct SDL_Finger {