Home | History | Annotate | Download | only in win

Lines Matching refs:cursorPosition

5394         int cursorPosition = LOWORD(IMMDict::dict().getCompositionString(hInputContext, GCS_CURSORPOS, 0, 0));
5396 targetFrame->editor()->setComposition(compositionString, underlines, cursorPosition, 0);