Can I make the overlay non-interactive with the pointer? #150
-
Say that you would like to make a semi opaque overlay over part of the screen in order to display some kind of information. How do you make it so it doesn't interact with the pointer, so that the pointer still can be used to control whatever is under the semi opaque widget. I'm using python. And the in my testing I've been using an |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Have you tried enabling passthrough in your gdk window? |
Beta Was this translation helpful? Give feedback.
-
I'm very new at this. I created a window using I now tried:
It didn't solve my problem. Is it possible to enable passthrough that way? |
Beta Was this translation helpful? Give feedback.
-
Hmm, sounds like you might be running into #30. You might be able to solve this by manually setting an input region with Wayland, though that might be a bit tricky, especially from Python. |
Beta Was this translation helpful? Give feedback.
Hmm, sounds like you might be running into #30. You might be able to solve this by manually setting an input region with Wayland, though that might be a bit tricky, especially from Python.