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

Method Clear

Source/Engine/Platform/Mac/MacPlatform.cpp:184–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void MacClipboard::Clear()
185{
186 NSPasteboard* pasteboard = [NSPasteboard generalPasteboard];
187 [pasteboard clearContents];
188}
189
190void MacClipboard::SetText(const StringView& text)
191{

Callers 7

SetupMethod · 0.45
AndroidDeviceGamepadMethod · 0.45
GetStackFramesMethod · 0.45
ReadAllTextMethod · 0.45
DirectoryCopyHelperMethod · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected