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

Method draw

include/widget/Widget.hpp:154–154  ·  view source on GitHub ↗

Override draw(const DrawArgs &args) instead */

Source from the content-addressed store, hash-verified

152 virtual void draw(const DrawArgs& args);
153 /** Override draw(const DrawArgs &args) instead */
154 DEPRECATED virtual void draw(NVGcontext* vg) {}
155
156 /** Draw additional layers.
157

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected