GLFWscrollfun typedef

GLFWscrollfun = Pointer<NativeFunction<Void Function(Pointer<GLFWwindow>, Double, Double)>>

Implementation

typedef GLFWscrollfun = Pointer<
    NativeFunction<Void Function(Pointer<GLFWwindow>, Double, Double)>>;