| 155 | } |
| 156 | |
| 157 | void ComponentListComponent::updateComponentOffsets() |
| 158 | { |
| 159 | for(auto iter = mEntries.begin(); iter != mEntries.end(); iter++) |
| 160 | { |
| 161 | iter->component->setPosition(getCellOffset(iter->pos)); |
| 162 | } |
| 163 | } |
| 164 | |
| 165 | bool ComponentListComponent::input(InputConfig* config, Input input) |
| 166 | { |
nothing calls this directly
no test coverage detected