MayaFlux 0.1.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 168 of file GlfwWindow.cpp.

169{
170 return m_window ? glfwWindowShouldClose(m_window) : true;
171}

References m_window.