GlfwSetWindowIcon typedef

GlfwSetWindowIcon = void Function(Pointer<GLFWwindow> window, int count, Pointer<GLFWimage> images)

Implementation

typedef GlfwSetWindowIcon = void Function(
    Pointer<GLFWwindow> window, int count, Pointer<GLFWimage> images);