コード例 #1
0
ファイル: iOSGameView.cs プロジェクト: aologos/Citrus
 public CustomUITextView(GameView view)
 {
     this.view = view;
 }
コード例 #2
0
 public SoftKeyboard(GameView view)
 {
     this.view = view;
 }
コード例 #3
0
 public AndroidSoftKeyboard(GameView gameView)
 {
     this.gameView = gameView;
     imm           = (InputMethodManager)gameView.Context.GetSystemService(Android.Content.Context.InputMethodService);
 }