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

◆ ScreenDeviceName

string Terraria.Graphics.WindowStateController.ScreenDeviceName
get

Definition at line 11 of file WindowStateController.cs.

12 {
13 get
14 {
16 {
17 return "";
18 }
19 return Main.instance.Window.ScreenDeviceName;
20 }
21 }
static bool IsWindows
Definition Platform.cs:19