Esempio n. 1
0
 public static void SetWindowShouldClose(Window window, int value)
 {
     Imports.glfwSetWindowShouldClose(window, value);
 }