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

◆ get_state()

const WindowState & MayaFlux::Core::GlfwWindow::get_state ( ) const
inlineoverridevirtual

Get the current window state.

Implements MayaFlux::Core::Window.

Definition at line 41 of file GlfwWindow.hpp.

42 {
43 return m_state;
44 }