Function sdl2_sys::SDL_FlashWindow
source ยท pub unsafe extern "C" fn SDL_FlashWindow(
window: *mut SDL_Window,
operation: SDL_FlashOperation,
) -> c_int
Expand description
Request a window to demand attention from the user.
\param window the window to be flashed \param operation the flash operation \returns 0 on success or a negative error code on failure; call SDL_GetError() for more information.
\since This function is available since SDL 2.0.16.