Function fermium::video::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.

  • window the window to be flashed
  • operation the flash operation
  • Returns: 0 on success, or a negative error code on failure. Call [SDL_GetError] for more information.