| 188 | } |
| 189 | |
| 190 | bool ImguiLayer::OnWindowClosed(Event::WindowClosedEvent& event) { |
| 191 | Event::EventDispatcher event_dispatcher(event); |
| 192 | event_dispatcher.ForwardTo<Event::WindowClosedEvent>(std::bind(&ZEngine::Window::CoreWindow::OnWindowClosed, GetAttachedWindow().get(), std::placeholders::_1)); |
| 193 | return true; |
| 194 | } |
| 195 | |
| 196 | } // namespace ZEngine::Layers |
nothing calls this directly
no outgoing calls
no test coverage detected