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

Method drawLayer

src/app/RackWidget.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 void drawLayer(const DrawArgs& args, int layer) override {
69 // Draw lights after translucent rectangle
70 if (layer == 1) {
71 Widget::drawLayer(args, 1);
72 }
73 }
74};
75
76

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected