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

Method draw

src/ui/MenuItem.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9void MenuItem::draw(const DrawArgs& args) {
10 drawOffset(args.vg, 0);
11}
12
13void MenuItem::drawOffset(NVGcontext* vg, float offset) {
14 BNDwidgetState state = BND_DEFAULT;

Callers

nothing calls this directly

Calls 1

multFunction · 0.85

Tested by

no test coverage detected