MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / update

Method update

src/components/GuiMenu.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void GuiMenu::update(int deltaTime)
91{
92 mList->update(deltaTime);
93}
94
95void GuiMenu::render(const Eigen::Affine3f& parentTrans)
96{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected