forked from mirror/OpenTTD
(svn r25653) -Add: Caret movement by words for CJK languages.
This commit is contained in:
@@ -67,10 +67,6 @@ private:
|
||||
bool CanDelChar(bool backspace);
|
||||
WChar GetNextDelChar(bool backspace);
|
||||
void DelChar(bool backspace);
|
||||
bool CanMoveCaretLeft();
|
||||
WChar MoveCaretLeft();
|
||||
bool CanMoveCaretRight();
|
||||
WChar MoveCaretRight();
|
||||
|
||||
void UpdateStringIter();
|
||||
void UpdateWidth();
|
||||
|
Reference in New Issue
Block a user