MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / SetClipboardText

Function SetClipboardText

include/Functions.hpp:45–47  ·  view source on GitHub ↗

* Set clipboard text content */

Source from the content-addressed store, hash-verified

43 * Set clipboard text content
44 */
45RLCPP_MAYBEUNUSED RLCPPAPI inline void SetClipboardText(const std::string& text) {
46 ::SetClipboardText(text.c_str());
47}
48
49/**
50 * Get clipboard text content

Callers 1

SetClipboardTextMethod · 0.85

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected