Beispiel #1
0
 private void HandleInput()
 {
     if (MasterInput.IsKeyPressed(Key.Escape))
     {
         Exit();
     }
 }