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

Function tipWindowCreate

src/app/TipWindow.cpp:196–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195
196widget::Widget* tipWindowCreate() {
197 ui::MenuOverlay* overlay = new ui::MenuOverlay;
198 overlay->bgColor = nvgRGBAf(0, 0, 0, 0.33);
199
200 TipWindow* tipWindow = new TipWindow;
201 overlay->addChild(tipWindow);
202
203 return overlay;
204}
205
206
207} // namespace app

Callers 2

SceneMethod · 0.85
onActionMethod · 0.85

Calls 1

addChildMethod · 0.80

Tested by

no test coverage detected