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

Method getImagePos

src/components/GuiGameList.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11std::vector<FolderData::SortState> GuiGameList::sortStates;
12
13Eigen::Vector3f GuiGameList::getImagePos()
14{
15 return Eigen::Vector3f(Renderer::getScreenWidth() * mTheme->getFloat("gameImageOffsetX"), Renderer::getScreenHeight() * mTheme->getFloat("gameImageOffsetY"), 0.0f);
16}
17
18bool GuiGameList::isDetailed() const
19{

Callers

nothing calls this directly

Calls 3

getFloatMethod · 0.80
getScreenWidthFunction · 0.50
getScreenHeightFunction · 0.50

Tested by

no test coverage detected