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

Method draw

src/app/RackWidget.cpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97
98struct CableContainer : widget::TransparentWidget {
99 void draw(const DrawArgs& args) override {
100 // Don't draw on layer 0
101 }
102
103 void drawLayer(const DrawArgs& args, int layer) override {
104 if (layer == 3) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected