private void TextInputHandler(Object sender, TextInputEventArgs e) { if (devConsole.IsOpen()) { devConsole.HandleInput(e); } }