Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ SetClipboardTextFn
Function
SetClipboardTextFn
plugins/Cardinal/src/ImGuiWidget.cpp:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
static void SetClipboardTextFn(void*, const char* const text)
38
{
39
glfwSetClipboardString(nullptr, text);
40
}
41
42
static void setupIO()
43
{
Callers
nothing calls this directly
Calls
1
glfwSetClipboardString
Function · 0.50
Tested by
no test coverage detected