Remi05 / outlines

An app to help review your UI implementation.
MIT License
7 stars 0 forks source link

Improve live inspector #60

Closed Remi05 closed 2 years ago

Remi05 commented 2 years ago

The live inspector is inaccurate and slow compared to the cached inspector, we should improve it.

Ideas:

Remi05 commented 2 years ago

Improved performance by having the overlay window ignored by UIA and using ElementFromPoint UIA APIs instead of walking the UIA tree ourselves.