logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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