TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ SetShouldCloseCallback()

void Window::SetShouldCloseCallback ( EventFn  callbackFunction)

Definition at line 152 of file Window.cpp.

153{
154 m_CloseEventCallback = callback;
155}