MCPcopy Create free account
hub / github.com/VCVRack/Rack / cutClipboard

Method cutClipboard

src/ui/TextField.cpp:379–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377}
378
379void TextField::cutClipboard() {
380 copyClipboard();
381 insertText("");
382}
383
384void TextField::pasteClipboard() {
385 const char* newText = glfwGetClipboardString(APP->window->win);

Callers 1

onActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected