terminal/src/renderer/uia
Carlos Zamora f8227e6fa2
Reduce CursorChanged Events for Accessibility (#5196)
## Summary of the Pull Request
Reduce the number of times we dispatch a cursor changed event. We were firing it every time the renderer had to do anything related to the cursor. Unfortunately, blinking the cursor triggered this behavior. Now we just check if the position has changed.

## PR Checklist
* [X] Closes #5143


## Validation Steps Performed
Verified using Narrator
Also verified #3791 still works right
2020-04-01 15:56:20 +00:00
..
lib Unify and clean up the common build properties (#3429) 2019-11-05 14:29:11 -08:00
precomp.cpp Introduce UiaRenderer project (#2930) 2019-10-28 09:42:54 -07:00
precomp.h Introduce UiaRenderer project (#2930) 2019-10-28 09:42:54 -07:00
UiaRenderer.cpp Reduce CursorChanged Events for Accessibility (#5196) 2020-04-01 15:56:20 +00:00
UiaRenderer.hpp Reduce CursorChanged Events for Accessibility (#5196) 2020-04-01 15:56:20 +00:00