public override void OnUpdate() { if (Input.GetKeyUp(KeyboardKeys.Escape)) { Engine.RequestExit(); } }