Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please use SetCaretPos to update current position of text input position. It's used by several accessibility tools. You can test it using windows standard Magnify tool - it has "Have Magnifier follow the text insertion point" option.
SetCaretPos
Magnify
You can use code from mintty for reference.
The text was updated successfully, but these errors were encountered:
gh-1271: Update caret position to help accessibilty tools (e.g. Magni…
b61ea0b
…fier).
gh-1271: Fix for caret position when our dialog is active.
4f86264
No branches or pull requests
Please use
SetCaretPos
to update current position of text input position. It's used by several accessibility tools. You can test it using windows standardMagnify
tool - it has "Have Magnifier follow the text insertion point" option.You can use code from mintty for reference.
The text was updated successfully, but these errors were encountered: