emilk / egui

egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
https://www.egui.rs/
Apache License 2.0
21.69k stars 1.56k forks source link

eframe: request user attention #622

Open emilk opened 3 years ago

emilk commented 3 years ago

epi::Frame should have a request_user_attention function that on egui_glium calls https://docs.rs/winit/0.25.0/winit/window/struct.Window.html#method.request_user_attention. On web I don't know what to do. Initially nothing?

TicClick commented 1 year ago

added in https://github.com/emilk/egui/pull/2905 (only works on native platforms)