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

Method SetClipboardText

include/Window.hpp:389–389  ·  view source on GitHub ↗

* Set clipboard text content */

Source from the content-addressed store, hash-verified

387 * Set clipboard text content
388 */
389 static void SetClipboardText(const std::string& text) { ::SetClipboardText(text.c_str()); }
390
391 /**
392 * Get clipboard text content

Callers

nothing calls this directly

Calls 2

SetClipboardTextFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected