RSS

Пятница, 19.04.2024, 00:30
Главная » WoW API » API Виджеты » Окно редактирования »

position = EditBox:GetCursorPosition()

[ править ]
Returns the current cursor position inside edit box.
[клоны]
Returns the current cursor position inside edit box.


Signature:
Code
position = EditBox:GetCursorPosition()

Returns:
  • position - Current position of the keyboard input cursor (between 0, for the position before the first character, and editbox:GetNumLetters(), for the position after the last character) (number)

Также смотрите: Окно редактирования
Ссылки: http://wowprogramming.com/docs/widgets/EditBox/GetCursorPosition