Cory Robertson

Results 6 comments of Cory Robertson

I also have transparency not working as well, are there any active workarounds?

I am also getting a build issue, however its an issue relating to openssl-sys compilation on windows. ``` Compiling clap v4.3.24 error: failed to run custom build command for `openssl-sys...

are any workarounds available? Transparency also is not working for me as well.

> For myself I worked around it in eframe. In file native/run.rs you've got to move this code: > > ```rust > if self.native_options.mouse_passthrough { > gl_window.window().set_cursor_hittest(false).unwrap(); > } >...

> Is this still a problem on latest `master`? The code has been significantly rewritten over the last week For some reason, I didn't think to check against master, and...

not sure I follow entirely but would this pr allow you to open a completely detached eframe, meaning you would have two separate event loops?