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

Method render

src/components/GuiGameList.cpp:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void GuiGameList::render(const Eigen::Affine3f& parentTrans)
114{
115 Eigen::Affine3f trans = parentTrans * getTransform();
116 renderChildren(trans);
117}
118
119bool GuiGameList::input(InputConfig* config, Input input)
120{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected