Hi,
using Accessibility Insights for Windows app, and also Rust Win32 API, I am able to monitor in real time what kind of control is both focused and under mouse.
Sadly, Jetbrains IDEs report as Window controls only, and that is the only thing I am able to get. No matter what I focus or where my mouse cursor is.
I know there is UI inspector in the plugin devkit, that shows all the information about every single IDE element, I need to get this working.
For instance Win touch keyboard (tabtip.exe) somehow gets notification about texts components getting/losing focus, so there must be communication on this at same level.
Is there anyone who knows some details about implementation of this in IntelliJ and has some leads how this information could be accessed via Win32 API?