1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

Kinetic scrolling (#20)

* Fixed typo in function description

* Added vertical kinetic scrolling

* Checked off kinetic scrolling from TODO

Co-authored-by: Markus Webel <m@rkus.online>
This commit is contained in:
Markus Webel
2020-09-06 06:57:29 +02:00
committed by GitHub
parent 6ca11aff8c
commit 6b30e21f4e
3 changed files with 26 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ TODO-list for the Egui project. If you looking for something to do, look here.
* [x] Scroll-wheel input
* [x] Drag background to scroll
* [ ] Horizontal scrolling
* [ ] Kinetic scrolling
* [X] Kinetic scrolling
* [ ] Text
* [ ] Unicode
* [ ] Shared mutable expanding texture map?