webaverse / metachromium-extension

Multi-app XR browser based on Chromium
https://metachromium.com
7 stars 3 forks source link

Use Windows SendMessage #47

Open avaer opened 4 years ago

avaer commented 4 years ago

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.