Пример #1
0
 public override void OnUpdate()
 {
     if (Input.GetKeyUp(KeyboardKeys.Escape))
     {
         Engine.RequestExit();
     }
 }