Ejemplo n.º 1
0
        public override void HandleInput(MyGuiInput input, bool receivedFocusInThisUpdate)
        {
            base.HandleInput(input, receivedFocusInThisUpdate);

            if ((input.IsAnyKeyPress() == true) || (input.IsAnyMousePress() == true))
            {
                CloseScreen();
            }
        }