Exemplo n.º 1
0
        public override void Init()
        {
            base.Init();

            (width, height)    = ConsoleRenderer.GetConsoleSize();
            (centerX, centerY) = ConsoleRenderer.GetWindowCenter();

            InitStart();
            ConsoleInput.KeyPressed       += OnKeyPressed;
            ConsoleInput.MousePressed     += OnMousePressed;
            ConsoleInput.MouseDoubleClick += OnMousePressed;

            //DrawComponents();
            Renderer.DrawMainTitle();
            //Cursor = true;
        }