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

Method getRowHeight

src/components/ComponentListComponent.cpp:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91unsigned int ComponentListComponent::getRowHeight(int row) { return mRowHeights[row]; }
92unsigned int ComponentListComponent::getColumnWidth(int col) { return mColumnWidths[col]; }
93
94Eigen::Vector3f ComponentListComponent::getCellOffset(Eigen::Vector2i pos)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected