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

◆ IsBorderlessDisplayAvailable()

static bool Terraria.Main.IsBorderlessDisplayAvailable ( )
inlinestaticprivate

Definition at line 66699 of file Main.cs.

66700 {
66701 bool result = false;
66702 if (Platform.IsWindows)
66703 {
66704 result = true;
66705 }
66706 return result;
66707 }

References Terraria.Enums.Platform.

Referenced by Terraria.Main.DrawMenu().

+ Here is the caller graph for this function: