Example #1
0
 /// <summary>
 /// 光标左移(可带选中状态)
 /// </summary>
 public void CursorLeft()
 {
     PrepareForSelectAll();
     _masker.CursorLeft(InputManager.IsShiftPressed, false);
     UpdateTextAndValue(_isUpdateRequired);
     ApplyMaskSelection();
 }