1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -04:00

Listen to scroll wheel (glium only)

This commit is contained in:
Emil Ernerfeldt
2020-04-22 20:01:49 +02:00
parent 9b404159c5
commit a8d9c3fc42
6 changed files with 77 additions and 38 deletions

View File

@@ -16,7 +16,8 @@ This is the core library crate Emigui. It is fully platform independent without
* [ ] Scroll areas
* [x] Vertical scrolling
* [ ] Horizontal scrolling
* [ ] Scroll-wheel input
* [x] Scroll-wheel input
* [ ] Scroll-wheel input in web verions
* [x] Drag background to scroll
* [ ] Kinetic scrolling
* [ ] Menu bar (File, Edit, etc)