egui/crates
TicClick e3a021eea6
Allow for requesting the user's attention to the window (#2905)
* add method for requesting attention to the main window

* use another enum member for user attention type instead of nested `Option`s

(also, document the enum members now that they don't mirror `winit`)

* update the docstring

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>

* add an example app for testing window attention requests

* Apply suggestions from code review

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>

* remove `chrono` dependency and improve the attention example's readability

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2023-04-19 15:29:17 +02:00
..
ecolor Fix typos (#2866) 2023-04-18 15:52:45 +02:00
eframe Allow for requesting the user's attention to the window (#2905) 2023-04-19 15:29:17 +02:00
egui Allow for requesting the user's attention to the window (#2905) 2023-04-19 15:29:17 +02:00
egui-wgpu Replace `tracing` with `log` (#2928) 2023-04-18 21:11:26 +02:00
egui-winit Clear all keys and modifies on focus change (#2933) 2023-04-19 15:27:51 +02:00
egui_demo_app Replace `tracing` with `log` (#2928) 2023-04-18 21:11:26 +02:00
egui_demo_lib Only show id clash warnings in debug builds by default (#2930) 2023-04-19 08:53:37 +02:00
egui_extras Replace `tracing` with `log` (#2928) 2023-04-18 21:11:26 +02:00
egui_glium Fix typos (#2866) 2023-04-18 15:52:45 +02:00
egui_glow Replace `tracing` with `log` (#2928) 2023-04-18 21:11:26 +02:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Fix typos (#2866) 2023-04-18 15:52:45 +02:00
epaint Replace `tracing` with `log` (#2928) 2023-04-18 21:11:26 +02:00