Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
FlashFlags
enum
ReLogic.OS.Windows.NativeMethods.FlashFlags
: uint
Enumerator
Stop
Caption
Tray
CaptionAndTray
Timer
UntilFocused
Definition at line
33
of file
NativeMethods.cs
.
34
{
35
Stop
= 0u,
36
Caption
= 1u,
37
Tray
= 2u,
38
CaptionAndTray
= 3u,
39
Timer
= 4u,
40
UntilFocused
= 0xCu
41
}
ReLogic.OS.Windows.NativeMethods.FlashFlags.Stop
@ Stop
ReLogic.OS.Windows.NativeMethods.FlashFlags.Caption
@ Caption
ReLogic.OS.Windows.NativeMethods.FlashFlags.Tray
@ Tray
ReLogic.OS.Windows.NativeMethods.FlashFlags.CaptionAndTray
@ CaptionAndTray
ReLogic.OS.Windows.NativeMethods.FlashFlags.UntilFocused
@ UntilFocused
ReLogic.OS.Windows.NativeMethods.FlashFlags.Timer
@ Timer
ReLogic
OS
Windows
NativeMethods
Generated by
1.10.0