From 726a94efa9c63b3cad5763e3bbae8f784ac2740b Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 4 Jan 2026 14:24:32 -0800 Subject: [PATCH] Use full names of SDL functions to fix wiki links --- include/SDL3/SDL_hidapi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_hidapi.h b/include/SDL3/SDL_hidapi.h index 90e574c41d..d9802652e6 100644 --- a/include/SDL3/SDL_hidapi.h +++ b/include/SDL3/SDL_hidapi.h @@ -160,8 +160,8 @@ typedef struct SDL_hid_device_info * Initialize the HIDAPI library. * * This function initializes the HIDAPI library. Calling it is not strictly - * necessary, as it will be called automatically by SDL_hid_enumerate() and - * any of the SDL_hid_open_*() functions if it is needed. This function should + * necessary, as it will be called automatically by SDL_hid_enumerate(), + * SDL_hid_open(), and SDL_hid_open_path() if needed. This function should * be called at the beginning of execution however, if there is a chance of * HIDAPI handles being opened by different threads simultaneously. *