diff --git a/include/SDL3/SDL_mouse.h b/include/SDL3/SDL_mouse.h index 1169deb28..f41d2d7b2 100644 --- a/include/SDL3/SDL_mouse.h +++ b/include/SDL3/SDL_mouse.h @@ -391,6 +391,9 @@ extern DECLSPEC SDL_Cursor *SDLCALL SDL_GetCursor(void); /** * Get the default cursor. * + * You do not have to call SDL_FreeCursor() on the return value, + * but it is safe to do so. + * * \returns the default cursor on success or NULL on failure. * * \since This function is available since SDL 3.0.0.