When hovering over the browser we currently send mouse events with SendInput to the window on the desktop.
This is fine, but it breaks down when we want to interact with hidden web windows. It should be possible, though trickier, to send the mouse events directly via SendMessage/PostMessage.
When hovering over the browser we currently send mouse events with SendInput to the window on the desktop.
This is fine, but it breaks down when we want to interact with hidden web windows. It should be possible, though trickier, to send the mouse events directly via
SendMessage
/PostMessage
.