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

Method draw

src/ui/ScrollWidget.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65
66void ScrollWidget::draw(const DrawArgs& args) {
67 nvgScissor(args.vg, RECT_ARGS(args.clipBox));
68 Widget::draw(args);
69 nvgResetScissor(args.vg);
70}
71
72
73void ScrollWidget::step() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected