| 111 | } |
| 112 | |
| 113 | void GuiGameList::render(const Eigen::Affine3f& parentTrans) |
| 114 | { |
| 115 | Eigen::Affine3f trans = parentTrans * getTransform(); |
| 116 | renderChildren(trans); |
| 117 | } |
| 118 | |
| 119 | bool GuiGameList::input(InputConfig* config, Input input) |
| 120 | { |
nothing calls this directly
no outgoing calls
no test coverage detected