Replies: 1 comment 2 replies
|
The overlays should be click-through already. I wonder if that doesn't work right on Wayland? The native call responsible for that is is |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
On Linux, with Wayland, I noticed that if I click on any of the overlays, it steals input focus from the game, so for example if I need to move and right click on the ground which has a transparent overlay in that spot, none of my keyboard inputs make it to the game, which is super dangerous in a lot of content. I can click back on the game where there's not an overlay, but I've found myself doing it a lot on the callouts overlay (where I need it right in the middle) quite a lot.
I know some overlays in other projects have a mode where it passes through all clicks/inputs, and you have to toggle that mode off if you want to interact with/move the overlay. Is that possible with this ?
All reactions