Example #1
0
 public static void Pause()
 {
     if (RenderWindow == null)
     {
         return;
     }
     RenderWindow.Pause();
 }