MCPcopy 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
37static void SetClipboardTextFn(void*, const char* const text)
38{
39 glfwSetClipboardString(nullptr, text);
40}
41
42static void setupIO()
43{

Callers

nothing calls this directly

Calls 1

glfwSetClipboardStringFunction · 0.50

Tested by

no test coverage detected