public override void PerformKey(Microsoft.Xna.Framework.Input.Keys key) { if (_textEntryActive) { _textEntry.PerformKey(key); } }