iced-rs / iced

A cross-platform GUI library for Rust, inspired by Elm
https://iced.rs
MIT License
23.19k stars 1.07k forks source link

Update scrollable children with new cursor position while scrolling #2439

Open Koranir opened 1 month ago

Koranir commented 1 month ago

Fixes #2433

Applies an artificial MouseMoved event on child widgets when scrolling with a mouse or touchpad.