GlfwSetWindowPos typedef

GlfwSetWindowPos = void Function(Pointer<GLFWwindow> window, int xpos, int ypos)

Implementation

typedef GlfwSetWindowPos = void Function(
    Pointer<GLFWwindow> window, int xpos, int ypos);