MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / step

Method step

src/CardinalUI.cpp:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 }
175
176 void step() override
177 {
178 OpaqueWidget::step();
179 box.pos = parent->box.size.minus(box.size).div(2).round();
180 }
181
182 void draw(const DrawArgs& args) override
183 {

Callers 3

fInitializerFunction · 0.45
onNanoDisplayFunction · 0.45
uiIdleFunction · 0.45

Calls 3

roundMethod · 0.80
divMethod · 0.80
minusMethod · 0.80

Tested by

no test coverage detected