Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
384
void TextField::pasteClipboard() {
385
const char* newText = glfwGetClipboardString(APP->window->win);
386
if (!newText)
387
return;
388
insertText(newText);
389
}
390
391
void TextField::cursorToPrevWord() {
392
if (password) {
Callers
1
onAction
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected