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

Method update

src/components/GuiGameList.cpp:399–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399void GuiGameList::update(int deltaTime)
400{
401 mTransitionAnimation.update(deltaTime);
402 mImageAnimation.update(deltaTime);
403
404 if(mEffectFunc != NULL)
405 {
406 mEffectTime += deltaTime;
407 (this->*mEffectFunc)(mEffectTime);
408 }
409
410 GuiComponent::update(deltaTime);
411}
412
413void GuiGameList::doTransition(int dir)
414{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected