Home
last modified time | relevance | path

Searched refs:_oldcursor (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/widgets/
H A Dinput_fields.h618 result = result.mid(0, _oldcursor) + _lastPreEditText + result.mid(_oldcursor); in getDisplayedText()
667 int _oldcursor = 0; variable
H A Dinput_fields.cpp4106 int32 wasCursor(_oldcursor); in keyPressEvent()
4119 _oldcursor = newCursor; in keyPressEvent()
4140 int32 wasCursor(_oldcursor), newCursor(cursorPosition()); in onTextEdited()
4144 _oldcursor = newCursor; in onTextEdited()
4158 _oldcursor = position; in onCursorPositionChanged()