예제 #1
0
 void EventInput_CharEntered(object sender, TactileLibrary.EventArg.CharacterEventArgs e)
 {
     Global.set_text(e.Character);
 }