bindGLFW_Mir

Undocumented in source.
version(BindGLFW_Static && !OSX && !Android && Posix)
static if(glfwSupport == GLFWSupport.glfw32)
enum bindGLFW_Mir = q{ extern(C) @nogc nothrow { MirConnection* glfwGetMirDisplay(); int glfwGetMirMonitor(GLFWmonitor* monitor); MirSurface* glfwGetMirWindow(GLFWwindow* window); } };

Meta