pub fn raise(window: &Window, token: Option<&str>)Expand description
Raise window above others and give it keyboard focus, best-effort.
token is only meaningful on Wayland (an xdg_activation_v1 token). On
Wayland without a token a genuine focus-steal is impossible, so this
degrades to an attention request (urgency hint / taskbar highlight). On every
other platform the token is ignored and winit’s focus_window() performs the
raise.