Example #1
0
 public static void HideWindow(Window window)
 {
     Imports.glfwHideWindow(window);
 }