Exemplo n.º 1
0
 public CustomUITextView(GameView view)
 {
     this.view = view;
 }
Exemplo n.º 2
0
 public SoftKeyboard(GameView view)
 {
     this.view = view;
 }
Exemplo n.º 3
0
 public AndroidSoftKeyboard(GameView gameView)
 {
     this.gameView = gameView;
     imm           = (InputMethodManager)gameView.Context.GetSystemService(Android.Content.Context.InputMethodService);
 }