GlfwSetWindowRefreshCallback typedef

GlfwSetWindowRefreshCallback = Pointer<NativeType> Function(Pointer<GLFWwindow> window, Pointer<NativeType> callback)

Implementation

typedef GlfwSetWindowRefreshCallback = Pointer Function(
    Pointer<GLFWwindow> window, Pointer callback);