Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
379
void TextField::cutClipboard() {
380
copyClipboard();
381
insertText(
""
);
382
}
383
384
void TextField::pasteClipboard() {
385
const char* newText = glfwGetClipboardString(APP->window->win);
Callers
1
onAction
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected