Пример #1
0
 //TODO: This is slow, batch it and only do it at end of updates
 protected void UpdateCursor()
 {
     mText.SetCursorPos(mX, mY);
 }
Пример #2
0
 //TODO: This is slow, batch it and only do it at end of updates
 public override void UpdateCursor()
 {
     mText.SetCursorPos(mX, mY);
 }