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

Method cut

plugins/Cardinal/src/ImGuiTextEditor.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void ImGuiTextEditor::cut()
153{
154 pData->editor.Cut();
155}
156
157void ImGuiTextEditor::paste()
158{

Callers 1

appendContextMenuMethod · 0.80

Calls 1

CutMethod · 0.80

Tested by

no test coverage detected