GlfwSetCursorPosNative typedef

GlfwSetCursorPosNative = Void Function(Pointer<GLFWwindow> window, Double xpos, Double ypos)

Implementation

typedef GlfwSetCursorPosNative = Void Function(
    Pointer<GLFWwindow> window, Double xpos, Double ypos);