glfwSetWindowPos top-level property

GlfwSetWindowPos glfwSetWindowPos
getter/setter pair

Implementation

GlfwSetWindowPos glfwSetWindowPos =
    Pointer<NativeFunction<GlfwSetWindowPosNative>>.fromAddress(0)
        .asFunction<GlfwSetWindowPos>();