MCPcopy 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
1217void SDLClipboard::Clear()
1218{
1219 SetText(StringView::Empty);
1220}
1221
1222void SDLClipboard::SetText(const StringView& text)
1223{

Callers 5

DoDragDropMethod · 0.45
ClipboardGetFilesFunction · 0.45
SetTextMethod · 0.45
SetRawDataMethod · 0.45
SetFilesMethod · 0.45

Calls 1

SetTextFunction · 0.85

Tested by

no test coverage detected