Closed DGriffin91 closed 3 years ago
This updates baseview to enable using the scrollwheel in windows. I also updated the scrolling event to work more similarly to how it does on the winit backend: https://github.com/emilk/egui/blob/88d087b4626f3197802ff198b6276ba668846681/egui-winit/src/lib.rs#L376
I tested the result in a multi line text box on windows and the scrolling seems appropriate.
Ah sorry, forgot about this. I'll merge it now!
This updates baseview to enable using the scrollwheel in windows. I also updated the scrolling event to work more similarly to how it does on the winit backend: https://github.com/emilk/egui/blob/88d087b4626f3197802ff198b6276ba668846681/egui-winit/src/lib.rs#L376
I tested the result in a multi line text box on windows and the scrolling seems appropriate.