MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ should_close()

bool MayaFlux::Core::GlfwWindow::should_close ( ) const
overridevirtual

Poll for window events (non-blocking)

Implements MayaFlux::Core::Window.

Definition at line 178 of file GlfwWindow.cpp.

179{
180 return m_window ? glfwWindowShouldClose(m_window) : true;
181}

References m_window.