예제 #1
0
 /// <summary>
 /// Checks the close flag of the specified window.
 /// </summary>
 /// <param name="window"></param>
 /// <returns></returns>
 public static bool WindowShouldClose(GLFW_Window window) => window.ShouldClose();