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

Method step

src/app/MenuBar.cpp:1050–1054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1048 }
1049
1050 void step() override {
1051 notification->box.pos = math::Vec(0, 0);
1052 notification->visible = library::isAppUpdateAvailable();
1053 MenuButton::step();
1054 }
1055};
1056
1057

Callers

nothing calls this directly

Calls 3

VecClass · 0.85
isAppUpdateAvailableFunction · 0.85
stepFunction · 0.85

Tested by

no test coverage detected