GlfwSetCursorPos typedef

GlfwSetCursorPos = void Function(Pointer<GLFWwindow> window, double xpos, double ypos)

Implementation

typedef GlfwSetCursorPos = void Function(
    Pointer<GLFWwindow> window, double xpos, double ypos);