Window.flash

Wraps SDL_FlashWindow (from SDL 2.0.16) which flashes the window in the desktop environment

class Window
@trusted
static if(sdlSupport >= SDLSupport.v2_0_16)
void
flash

Parameters

operation FlashOperation

flashing operation to do

Throws

dsdl2.SDLException if failed to flash the window

Meta