mirror of
https://github.com/emilk/egui.git
synced 2026-07-13 10:08:54 +00:00
9604dae229
Fixes kinetic scrolling on android (and possibly other touch devices), by calculating the final velocity before clearing the position history on PointerGone events. * Closes #5311 * [X] I have followed the instructions in the PR template