Exemplo n.º 1
0
 private void Window_TextInput(object sender, Microsoft.Xna.Framework.TextInputEventArgs e)
 {
     AppendMessage(e.Character);
 }
Exemplo n.º 2
0
 private void Window_TextInput(object sender, Microsoft.Xna.Framework.TextInputEventArgs e)
 {
     RaiseTextInput(e.Character, e.Key);
 }