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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user