Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
45
RLCPP_MAYBEUNUSED RLCPPAPI inline void SetClipboardText(const std::string& text) {
46
::SetClipboardText(text.c_str());
47
}
48
49
/**
50
* Get clipboard text content
Callers
1
SetClipboardText
Method · 0.85
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected