mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Made the fields in Context private
This commit is contained in:
@@ -80,7 +80,10 @@ Add extremely quick animations for some things, maybe 2-3 frames. For instance:
|
||||
|
||||
### Names and structure
|
||||
* [ ] Rename things to be more consistent with Dear ImGui
|
||||
* [ ] Combine Emigui and Context
|
||||
* [ ] Combine Emigui and Context?
|
||||
* [ ] Solve which parts of Context are behind a mutex
|
||||
* [ ] All of Context behind one mutex?
|
||||
* [ } Break up Context into Input, State, Output ?
|
||||
* [ ] Rename Region to something shorter?
|
||||
* `region: &Region` `region.add(...)` :/
|
||||
* `gui: &Gui` `gui.add(...)` :)
|
||||
|
||||
Reference in New Issue
Block a user