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

◆ is_initialized()

static bool MayaFlux::Core::GLFWSingleton::is_initialized ( )
inlinestatic

Checks if GLFW has been initialized.

Returns
True if initialized, false otherwise

Definition at line 112 of file GlfwSingleton.hpp.

112{ return s_initialized; }
static bool s_initialized
Tracks whether GLFW has been initialized.

References s_initialized.