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

Method paste

plugins/Cardinal/src/ImGuiTextEditor.cpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void ImGuiTextEditor::paste()
158{
159 pData->editor.Paste();
160}
161
162bool ImGuiTextEditor::canUndo() const
163{

Callers 1

appendContextMenuMethod · 0.80

Calls 1

PasteMethod · 0.80

Tested by

no test coverage detected