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

Method pasteClipboard

src/ui/TextField.cpp:384–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384void TextField::pasteClipboard() {
385 const char* newText = glfwGetClipboardString(APP->window->win);
386 if (!newText)
387 return;
388 insertText(newText);
389}
390
391void TextField::cursorToPrevWord() {
392 if (password) {

Callers 1

onActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected