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

Fix: Context::wants_mouse_input() now returns false if a mouse drag started outside of Egui

This commit is contained in:
Emil Ernerfeldt
2020-10-20 14:52:18 +02:00
parent 6bbdf08482
commit bc5dbd718e
2 changed files with 25 additions and 1 deletions

View File

@@ -2,6 +2,14 @@
TODO-list for the Egui project. If you looking for something to do, look here.
## Top priority
* Text input: text selection etc
* Fix `is_mouse_over_area()` for menu bar:
* Probably a good time to create some sort of `ctx.top_panel()` allocation system and refactor paint layers
## Other
* Widgets
* [ ] Tooltips:
* [ ] Tooltip widget: Something that looks like this: (?) :that shows text on hover.