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

Method step

src/app/TipWindow.cpp:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 }
182
183 void step() override {
184 OpaqueWidget::step();
185
186 box.pos = parent->box.size.minus(box.size).div(2).round();
187 }
188
189 void draw(const DrawArgs& args) override {
190 bndMenuBackground(args.vg, 0.0, 0.0, box.size.x, box.size.y, 0);

Callers

nothing calls this directly

Calls 4

stepFunction · 0.85
roundMethod · 0.80
divMethod · 0.80
minusMethod · 0.80

Tested by

no test coverage detected