public Console(CellSurface cellData) : base(cellData, new SpriteBatch(Engine.Device)) { _virtualCursor = new Cursor(this); }
public Console(int width, int height) : base(new CellSurface(width, height), new SpriteBatch(Engine.Device)) { _virtualCursor = new Cursor(this); }