Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

SDL_ClipboardCleanupCallback - Callback function that will be called when the clipboard is cleared, or

Availability

       This function is available since SDL 3.2.0.

Function Parameters

userdata
              a pointer to provided user data.

Header File

       Defined in SDL3/SDL_clipboard.h

Name

       SDL_ClipboardCleanupCallback  -  Callback  function that will be called when the clipboard is cleared, or
       new data is set.

See Also

(3), SDL_SetClipboardData(3)

Simple Directmedia Layer                           SDL 3.2.10                SDL_ClipboardCleanupCallback(3type)

Synopsis

#include"SDL3/SDL.h"typedefvoid(SDLCALL*SDL_ClipboardCleanupCallback)(void*userdata);

See Also