GlfwSetCursorNative typedef

GlfwSetCursorNative = Void Function(Pointer<GLFWwindow> window, Pointer<GLFWcursor> cursor)

Implementation

typedef GlfwSetCursorNative = Void Function(
    Pointer<GLFWwindow> window, Pointer<GLFWcursor> cursor);