Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Clear
Method
Clear
Source/Engine/Platform/SDL/SDLPlatform.Linux.cpp:1217–1220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1215
}
1216
1217
void SDLClipboard::Clear()
1218
{
1219
SetText(StringView::Empty);
1220
}
1221
1222
void SDLClipboard::SetText(const StringView& text)
1223
{
Callers
5
DoDragDrop
Method · 0.45
ClipboardGetFiles
Function · 0.45
SetText
Method · 0.45
SetRawData
Method · 0.45
SetFiles
Method · 0.45
Calls
1
SetText
Function · 0.85
Tested by
no test coverage detected