MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Clear

Method Clear

Source/Engine/Platform/Windows/WindowsClipboard.cpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15} DROPFILES, *LPDROPFILES;
16
17void WindowsClipboard::Clear()
18{
19 OpenClipboard(nullptr);
20 EmptyClipboard();
21 CloseClipboard();
22}
23
24void WindowsClipboard::SetText(const StringView& text)
25{

Callers 3

ReadPipeFunction · 0.45
InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected