glfwSetWindowPos top-level property

GlfwSetWindowPos glfwSetWindowPos
getter/setter pair

Implementation

GlfwSetWindowPos glfwSetWindowPos =
    loadFunction<GlfwSetWindowPosNative>(_library, 'glfwSetWindowPos')
        .asFunction<GlfwSetWindowPos>();