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

Method draw

src/app/MenuBar.cpp:1153–1158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1151 }
1152
1153 void draw(const DrawArgs& args) override {
1154 bndMenuBackground(args.vg, 0.0, 0.0, box.size.x, box.size.y, BND_CORNER_ALL);
1155 bndBevel(args.vg, 0.0, 0.0, box.size.x, box.size.y);
1156
1157 Widget::draw(args);
1158 }
1159
1160 void step() override {
1161 Widget::step();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected