MCPcopy Create free account
hub / github.com/SFML/SFML / setString

Method setString

src/SFML/Window/Unix/ClipboardImpl.cpp:63–66  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

61
62////////////////////////////////////////////////////////////
63void ClipboardImpl::setString(const String& text)
64{
65 getInstance().setStringImpl(text);
66}
67
68
69////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

setStringImplMethod · 0.80

Tested by

no test coverage detected