MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / OnWindowClosed

Method OnWindowClosed

ZEngine/src/ImguiLayer.cpp:190–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected