SDL Wiki Bot 1 год назад
Родитель
Сommit
69ee186a1e
1 измененных файлов с 1 добавлено и 0 удалено
  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.
  * \since This function is available since SDL 3.0.0.
  *
  *
+ * \sa SDL_HasClipboardData
  * \sa SDL_SetClipboardData
  * \sa SDL_SetClipboardData
  */
  */
 extern DECLSPEC void *SDLCALL SDL_GetClipboardData(const char *mime_type, size_t *size);
 extern DECLSPEC void *SDLCALL SDL_GetClipboardData(const char *mime_type, size_t *size);