GlfwCreateCursorNative typedef

GlfwCreateCursorNative = Pointer<GLFWcursor> Function(Pointer<GLFWimage> image, Int32 xhot, Int32 yhot)

Implementation

typedef GlfwCreateCursorNative = Pointer<GLFWcursor> Function(
    Pointer<GLFWimage> image, Int32 xhot, Int32 yhot);