SDL_ClipboardCleanupCallback.3type - Man Page
Callback function that will be called when the clipboard is cleared, or when new data is set.
Synopsis
#include <SDL3/SDL_clipboard.h> typedef void (SDLCALL *SDL_ClipboardCleanupCallback)(void *userdata);
Function Parameters
- userdata
a pointer to the provided user data.
Availability
This function is available since SDL 3.2.0.
See Also
Info
SDL 3.4.8 Simple Directmedia Layer SDL3 DATATYPES