bindGLFW_Cocoa

Undocumented in source.
  1. enum bindGLFW_Cocoa;
  2. enum bindGLFW_Cocoa;
    version(BindGLFW_Static && OSX)
    static if(!(glfwSupport >= GLFWSupport.glfw31))
    enum bindGLFW_Cocoa = q{ extern(C) @nogc nothrow id glfwGetCocoaWindow(GLFWwindow* window); };

Meta