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

Method draw

src/app/Scene.cpp:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148
149
150void Scene::draw(const DrawArgs& args) {
151 Widget::draw(args);
152}
153
154
155void Scene::onHover(const HoverEvent& e) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected