| 168 | } |
| 169 | |
| 170 | void ExampleBase::ResizeEventHandler::OnTimer(LLGL::Window& sender, std::uint32_t timerID) |
| 171 | { |
| 172 | // Re-draw frame |
| 173 | if (tutorial_.IsLoadingDone()) |
| 174 | tutorial_.OnDrawFrame(); |
| 175 | } |
| 176 | |
| 177 | |
| 178 | /* |
nothing calls this directly
no test coverage detected