mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
An example of requesting a user's attention to the main window, and resetting the ongoing attention animations when necessary. Only works on native platforms. ```sh cargo run -p user_attention ``` 