Browse Source

Sync SDL3 wiki -> header

SDL Wiki Bot 1 year ago
parent
commit
69ee186a1e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/SDL3/SDL_clipboard.h

+ 1 - 0
include/SDL3/SDL_clipboard.h

@@ -222,6 +222,7 @@ extern DECLSPEC int SDLCALL SDL_ClearClipboardData(void);
  *
  * \since This function is available since SDL 3.0.0.
  *
+ * \sa SDL_HasClipboardData
  * \sa SDL_SetClipboardData
  */
 extern DECLSPEC void *SDLCALL SDL_GetClipboardData(const char *mime_type, size_t *size);