Пример #1
0
 public static void SetWindowTitle(Window window, string title)
 {
     Imports.glfwSetWindowTitle(window, title);
 }