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

◆ is_wayland()

bool MayaFlux::Core::GLFWSingleton::is_wayland ( )
static

Checks if running on Wayland.

Definition at line 180 of file GlfwSingleton.cpp.

181{
182 return get_platform() == "wayland";
183}
static std::string get_platform()
Gets the current GLFW platform (Wayland, X11, etc.)

References get_platform().

+ Here is the call graph for this function: