public override void Draw(TimeSpan delta) { // Draw our console and then draw the scroll bar. base.Draw(delta); controlsContainer.Draw(delta); }