glfwSetWindowIcon top-level property

GlfwSetWindowIcon glfwSetWindowIcon
getter/setter pair

Implementation

GlfwSetWindowIcon glfwSetWindowIcon =
    Pointer<NativeFunction<GlfwSetWindowIconNative>>.fromAddress(0)
        .asFunction<GlfwSetWindowIcon>();