TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
SetVisible()
void Window::SetVisible
(
bool
visibility
)
Definition at line
108
of file
Window.cpp
.
109
{
110
if
(visibility)
111
{
112
glfwShowWindow(m_Window);
113
}
114
115
else
116
{
117
glfwHideWindow(m_Window);
118
}
119
}
Window
Generated on Thu Apr 7 2022 14:10:55 for TerraForge3D by
1.9.3