Re: Let pointer events pass through

2019-11-18 Thread Guillermo Rodriguez
El lun., 18 nov. 2019 a las 13:49, Simon Ser () escribió: > > On Monday, November 18, 2019 1:37 PM, Guillermo Rodriguez > wrote: > > > Hello, > > > > I am writing a Wayland client that acts as an OSD "overlay" on top of > > another application. This OSD overlay should not handle any pointer > > e

Re: Let pointer events pass through

2019-11-18 Thread Simon Ser
On Monday, November 18, 2019 1:37 PM, Guillermo Rodriguez wrote: > Hello, > > I am writing a Wayland client that acts as an OSD "overlay" on top of > another application. This OSD overlay should not handle any pointer > events -- these should "pass through" and be handled by the > application be

Let pointer events pass through

2019-11-18 Thread Guillermo Rodriguez
Hello, I am writing a Wayland client that acts as an OSD "overlay" on top of another application. This OSD overlay should not handle any pointer events -- these should "pass through" and be handled by the application below. From the docs, wwl_surface::set_input_region looked promising: > Input e