pub fn get_all() -> impl Iterator<Item = WindowHandle>Expand description
Gets handles to all windows.
ยงExamples
for win in window::get_all() {
println!("{}", win.title());
}pub fn get_all() -> impl Iterator<Item = WindowHandle>Gets handles to all windows.
for win in window::get_all() {
println!("{}", win.title());
}