Home
last modified time | relevance | path

Searched defs:directionMove (Results 1 – 1 of 1) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DEditor.cxx3435 const int directionMove = (spCaret < rangeBase.caret) ? -1 : 1; in HorizontalMove() local
3552 const int directionMove = (spCaret < spCaretNow) ? -1 : 1; in HorizontalMove() local