/// <summary> /// Close the application. /// </summary> public static void quit() { //onQuit event. TODO game.Close(); }