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

◆ get_window_count()

static uint32_t MayaFlux::Core::GLFWSingleton::get_window_count ( )
inlinestatic

Gets the current count of active GLFW windows.

Returns
The number of currently active GLFW windows

Definition at line 118 of file GlfwSingleton.hpp.

118{ return s_window_count; }
static uint32_t s_window_count
Number of currently active GLFW windows.

References s_window_count.