glfwGetWindowPos top-level property

GlfwGetWindowPos glfwGetWindowPos
getter/setter pair

Implementation

GlfwGetWindowPos glfwGetWindowPos =
    loadFunction<GlfwGetWindowPosNative>(_library, 'glfwGetWindowPos')
        .asFunction<GlfwGetWindowPos>();