GlfwGetCursorPos typedef

GlfwGetCursorPos = void Function(Pointer<GLFWwindow> window, Pointer<Double> xpos, Pointer<Double> ypos)

Implementation

typedef GlfwGetCursorPos = void Function(
    Pointer<GLFWwindow> window, Pointer<Double> xpos, Pointer<Double> ypos);