1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

[input] distinguish between clicks and drag

You can now drag a button in a scroll area to scroll
This commit is contained in:
Emil Ernerfeldt
2020-05-23 13:38:01 +02:00
parent c22156cd0f
commit e43ff934a0
5 changed files with 50 additions and 43 deletions

View File

@@ -77,7 +77,7 @@ Add extremely quick animations for some things, maybe 2-3 frames. For instance:
* e.g. `ui.containers((Frame::new(), Resize::new(), ScrollArea::new()), |ui| ...)`
### Input
* [ ] Distinguish between clicks and drags
* [x] Distinguish between clicks and drags
* [ ] Double-click
* [x] Text