Пример #1
0
 public static void SetWindowSize(Window window, int width, int height)
 {
     Imports.glfwSetWindowSize(window, width, height);
 }