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

Method update

src/GuiComponent.cpp:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void GuiComponent::update(int deltaTime)
34{
35 for(unsigned int i = 0; i < getChildCount(); i++)
36 {
37 getChild(i)->update(deltaTime);
38 }
39}
40
41void GuiComponent::render(const Eigen::Affine3f& parentTrans)
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected