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

Method render

src/components/GuiMenu.cpp:95–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void GuiMenu::render(const Eigen::Affine3f& parentTrans)
96{
97 Eigen::Affine3f trans = parentTrans;
98 Renderer::setMatrix(trans);
99
100 Renderer::drawRect(Renderer::getScreenWidth() / 4, 0, Renderer::getScreenWidth() / 2, Renderer::getScreenHeight(), 0x999999);
101 mList->render(trans);
102}

Callers

nothing calls this directly

Calls 4

setMatrixFunction · 0.85
drawRectFunction · 0.85
getScreenWidthFunction · 0.50
getScreenHeightFunction · 0.50

Tested by

no test coverage detected