Пример #1
0
 /// <summary>
 /// Run the game.  This starts the message pump and loops required to receive events in <see cref="Render"/> and <see cref="Update"/>
 /// </summary>
 public void Run()
 {
     Init();
     gameWindow.Run();
 }