| 293 | } |
| 294 | |
| 295 | void ExampleBase::WindowEventHandler::OnUpdate(LLGL::Window& sender) |
| 296 | { |
| 297 | // Re-draw frame |
| 298 | if (app_.IsLoadingDone()) |
| 299 | app_.DrawFrame(); |
| 300 | } |
| 301 | |
| 302 | /* |
| 303 | * CanvasEventHandler class |
nothing calls this directly
no test coverage detected