Ejemplo n.º 1
0
 public static void SetWindowPos(Window window, int x, int y)
 {
     Imports.glfwSetWindowPos(window, x, y);
 }