Function SDL_RaiseWindow

pub unsafe extern "C" fn SDL_RaiseWindow(window: *mut SDL_Window)
Available on crate feature dep_sdl2 only.
Expand description

Raise a window above other windows and set the input focus.

\param window the window to raise

\since This function is available since SDL 2.0.0.