Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ StopFlashingIcon()

void ReLogic.OS.Windows.WindowService.StopFlashingIcon ( GameWindow window)
inline

Implements ReLogic.OS.IWindowService.

Definition at line 44 of file WindowService.cs.

45 {
46 NativeMethods.FlashInfo flashInfo = NativeMethods.FlashInfo.CreateStop(window.Handle);
47 NativeMethods.FlashWindowEx(ref flashInfo);
48 }

References ReLogic.OS.Windows.NativeMethods.FlashInfo.CreateStop(), and ReLogic.OS.Windows.NativeMethods.FlashWindowEx().