glfwGetWindowFrameSize top-level property

GlfwGetWindowFrameSize glfwGetWindowFrameSize
getter/setter pair

Implementation

GlfwGetWindowFrameSize glfwGetWindowFrameSize =
    loadFunction<GlfwGetWindowFrameSizeNative>(
            _library, 'glfwGetWindowFrameSize')
        .asFunction<GlfwGetWindowFrameSize>();