GlfwSetCursor typedef

GlfwSetCursor = void Function(Pointer<GLFWwindow> window, Pointer<GLFWcursor> cursor)

Implementation

typedef GlfwSetCursor = void Function(
    Pointer<GLFWwindow> window, Pointer<GLFWcursor> cursor);