GLFWcursorposfun typedef

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

Implementation

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