GlfwSetWindowIconNative typedef

GlfwSetWindowIconNative = Void Function(Pointer<GLFWwindow> window, Int32 count, Pointer<GLFWimage> images)

Implementation

typedef GlfwSetWindowIconNative = Void Function(
    Pointer<GLFWwindow> window, Int32 count, Pointer<GLFWimage> images);