SDL_ClipboardCleanupCallback

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

extern (C) nothrow @nogc
alias SDL_ClipboardCleanupCallback = void function
(
void* userdata
)

See Also

Meta