After creating a pop up window, how to set all other widgets to be non-interactive #1509
-
|
For instance, in the In fact, many apps do that, when a dialog pops up, the rest of the UI just becomes non-interactive, and if the user clicks on it, it blinks, bells and refuses to act on it. Does egui have this feature now and how to do that ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
In the |
Beta Was this translation helpful? Give feedback.
-
|
This is known as "modal" windows/dialogs, and has not yet been added to egui: #686 |
Beta Was this translation helpful? Give feedback.
This is known as "modal" windows/dialogs, and has not yet been added to egui: #686