SDL_ClearClipboardData - Clear the clipboard data.
Contents
Availability
This function is available since SDL 3.2.0.
Header File
Defined in SDL3/SDL_clipboard.h
Name
SDL_ClearClipboardData - Clear the clipboard data.
Return Value
Returns true on success or false on failure; call
SDL_GetError () for more information.
See Also
•(3), SDL_SetClipboardData(3) Simple Directmedia Layer SDL 3.2.10 SDL_ClearClipboardData(3)
Synopsis
#include"SDL3/SDL.h"boolSDL_ClearClipboardData(void);
Thread Safety
This function should only be called on the main thread.
