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

Method draw

src/app/LightWidget.cpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10void LightWidget::draw(const DrawArgs& args) {
11 drawBackground(args);
12
13 // Child widgets
14 Widget::draw(args);
15}
16
17
18void LightWidget::drawLayer(const DrawArgs& args, int layer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected