Michael Galos
Results
2
comments of
Michael Galos
Ok I think I have a fix, but I'm not sure if it will really do the job. I think you just have to insert this in `src/platform_impl/windows.rs` ``` if...
It works if you add this line to `crates/eframe/src/native/run.rs` at line 386 `gl_window.window().set_cursor_hittest(false).unwrap();` If you add that line then all mouse events will pass through the window for all examples....