GlfwSetFramebufferSizeCallback typedef

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

Implementation

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