Function sdl2_sys::SDL_RaiseWindow
source ยท pub unsafe extern "C" fn SDL_RaiseWindow(window: *mut SDL_Window)
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.