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

◆ StartFlashingIcon()

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

Implements ReLogic.OS.IWindowService.

Definition at line 38 of file WindowService.cs.

39 {
40 NativeMethods.FlashInfo flashInfo = NativeMethods.FlashInfo.CreateStart(window.Handle);
41 NativeMethods.FlashWindowEx(ref flashInfo);
42 }

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