Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ clipboardIsTextAvailable
Method
clipboardIsTextAvailable
platform/sdl/knativescreenSDL.cpp:352–354 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
350
}
351
352
bool KNativeScreenSDL::clipboardIsTextAvailable() {
353
return SDL_HasClipboardText() != SDL_FALSE;
354
}
355
356
BString KNativeScreenSDL::clipboardGetText() {
357
char* result = SDL_GetClipboardText();
Callers
1
initClipboard
Method · 0.80
Calls
1
SDL_HasClipboardText
Function · 0.85
Tested by
no test coverage detected