コード例 #1
0
 public TouchScreenTextEditorEventHandler(TextEditorEngine editorEngine, ITextInputField textInputField)
     : base(editorEngine, textInputField)
 {
 }
コード例 #2
0
 protected TextEditorEventHandler(TextEditorEngine editorEngine, ITextInputField textInputField)
 {
     this.editorEngine   = editorEngine;
     this.textInputField = textInputField;
     this.textInputField.SyncTextEngine();
 }
コード例 #3
0
 public KeyboardTextEditorEventHandler(TextEditorEngine editorEngine, ITextInputField textInputField)
     : base(editorEngine, textInputField)
 {
 }
コード例 #4
0
 public TouchScreenTextEditorEventHandler(TextEditorEngine editorEngine, ITextInputField textInputField)
     : base(editorEngine, textInputField)
 {
     secureText = string.Empty;
 }