| 311 | } |
| 312 | |
| 313 | void ExampleBase::CanvasEventHandler::OnDraw(LLGL::Canvas& /*sender*/) |
| 314 | { |
| 315 | app_.DrawFrame(); |
| 316 | app_.input.Reset(); |
| 317 | LLGL::Surface::ProcessEvents(); |
| 318 | } |
| 319 | |
| 320 | void ExampleBase::CanvasEventHandler::OnResize(LLGL::Canvas& /*sender*/, const LLGL::Extent2D& clientAreaSize) |
| 321 | { |