| 131 | void LocationScreen::update() { menuform->update(); } |
| 132 | |
| 133 | void LocationScreen::render() |
| 134 | { |
| 135 | fw().stageGetPrevious(this->shared_from_this())->render(); |
| 136 | menuform->preRender(); |
| 137 | menuform->render(); |
| 138 | } |
| 139 | |
| 140 | bool LocationScreen::isTransition() { return false; } |
| 141 |
nothing calls this directly
no test coverage detected