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

Method onAction

src/ui/TextField.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21struct TextFieldCutItem : ui::MenuItem {
22 WeakPtr<TextField> textField;
23 void onAction(const ActionEvent& e) override {
24 if (!textField)
25 return;
26 textField->cutClipboard();
27 APP->event->setSelectedWidget(textField);
28 }
29};
30
31

Callers

nothing calls this directly

Calls 2

cutClipboardMethod · 0.80
setSelectedWidgetMethod · 0.80

Tested by

no test coverage detected