GlfwGetWindowPosNative typedef

GlfwGetWindowPosNative = Void Function(Pointer<GLFWwindow> window, Pointer<Int32> xpos, Pointer<Int32> ypos)

Implementation

typedef GlfwGetWindowPosNative = Void Function(
    Pointer<GLFWwindow> window, Pointer<Int32> xpos, Pointer<Int32> ypos);