GlfwGetWindowPos typedef

GlfwGetWindowPos = void Function(Pointer<GLFWwindow> window, Pointer<Int32> xpos, Pointer<Int32> ypos)

Implementation

typedef GlfwGetWindowPos = void Function(
    Pointer<GLFWwindow> window, Pointer<Int32> xpos, Pointer<Int32> ypos);