GlfwCreateCursor typedef

GlfwCreateCursor = Pointer<GLFWcursor> Function(Pointer<GLFWimage> image, int xhot, int yhot)

Implementation

typedef GlfwCreateCursor = Pointer<GLFWcursor> Function(
    Pointer<GLFWimage> image, int xhot, int yhot);