From 02f59f3ae691ec1834b5e2ad3d75017175fa8270 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 25 Jan 2024 08:21:01 -0800 Subject: [PATCH] Note that SDL_GetHaptics() is useful in combination with SDL_OpenHaptic() --- include/SDL3/SDL_haptic.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL3/SDL_haptic.h b/include/SDL3/SDL_haptic.h index 7fc161fbe..3bf180848 100644 --- a/include/SDL3/SDL_haptic.h +++ b/include/SDL3/SDL_haptic.h @@ -895,6 +895,7 @@ extern DECLSPEC const char *SDLCALL SDL_GetHapticInstanceName(SDL_HapticID insta * \since This function is available since SDL 3.0.0. * * \sa SDL_CloseHaptic + * \sa SDL_GetHaptics * \sa SDL_OpenHapticFromJoystick * \sa SDL_OpenHapticFromMouse * \sa SDL_PauseHaptic