bindGLFW_X11

Undocumented in source.
  1. enum bindGLFW_X11;
    version(BindGLFW_Static && !OSX && !Android && Posix)
    static if(glfwSupport >= GLFWSupport.glfw33)
    enum bindGLFW_X11 = q{ extern(C) @nogc nothrow { Display* glfwGetX11Display(); Window glfwGetX11Window(GLFWwindow* window); RRCrtc glfwGetX11Adapter(GLFWmonitor* monitor); RROutput glfwGetX11Monitor(GLFWmonitor* monitor); void glfwSetX11SelectionString(const(char)* string_); const(char)* glfwGetX11SelectionString(); } };
  2. enum bindGLFW_X11;
  3. enum bindGLFW_X11;

Meta