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

Method drawLayer

src/app/RackWidget.cpp:103–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 void drawLayer(const DrawArgs& args, int layer) override {
104 if (layer == 3) {
105 // Draw cable shadows
106 Widget::drawLayer(args, -1);
107
108 // Draw cables
109 Widget::draw(args);
110 }
111 }
112};
113
114

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected