GlfwSetWindowPosNative typedef

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

Implementation

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