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

Method input

src/GuiComponent.cpp:22–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22bool GuiComponent::input(InputConfig* config, Input input)
23{
24 for(unsigned int i = 0; i < getChildCount(); i++)
25 {
26 if(getChild(i)->input(config, input))
27 return true;
28 }
29
30 return false;
31}
32
33void GuiComponent::update(int deltaTime)
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected