glfwSetWindowIcon top-level property

GlfwSetWindowIcon glfwSetWindowIcon
getter/setter pair

Implementation

GlfwSetWindowIcon glfwSetWindowIcon =
    loadFunction<GlfwSetWindowIconNative>(_library, 'glfwSetWindowIcon')
        .asFunction<GlfwSetWindowIcon>();