bindbc.sdl.bind.sdlclipboard

Undocumented in source.

Members

Aliases

pSDL_GetClipboardText
alias pSDL_GetClipboardText = char* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_HasClipboardText
alias pSDL_HasClipboardText = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetClipboardText
alias pSDL_SetClipboardText = int function(const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

SDL_GetClipboardText
char* SDL_GetClipboardText()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_HasClipboardText
SDL_bool SDL_HasClipboardText()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetClipboardText
int SDL_SetClipboardText(const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

SDL_GetClipboardText
pSDL_GetClipboardText SDL_GetClipboardText;
Undocumented in source.
SDL_HasClipboardText
pSDL_HasClipboardText SDL_HasClipboardText;
Undocumented in source.
SDL_SetClipboardText
pSDL_SetClipboardText SDL_SetClipboardText;
Undocumented in source.

Meta