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

Method getColumnWidth

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

Source from the content-addressed store, hash-verified

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)
95{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected