MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / copy

Method copy

plugins/Cardinal/src/ImGuiTextEditor.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void ImGuiTextEditor::copy()
148{
149 pData->editor.Copy();
150}
151
152void ImGuiTextEditor::cut()
153{

Callers 1

appendContextMenuMethod · 0.80

Calls 1

CopyMethod · 0.80

Tested by

no test coverage detected