GlfwGetCursorPosNative typedef

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

Implementation

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