#pragma section-numbers off #pragma camelcase off = SDL_HasClipboardText = Use this function to get a flag indicating whether the clipboard exists and contains a text string that is non-empty. <> == Syntax == {{{#!highlight cpp SDL_bool SDL_HasClipboardText(void) }}} == Return Value == Returns SDL_TRUE if the clipboard has text, or SDL_FALSE if it does not. == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Version == This function is available since SDL 2.0.0. == Related Functions == .[[SDL_GetClipboardText]] .[[SDL_SetClipboardText]] ---- [[CategoryAPI]], [[CategoryClipboard]]