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
{
15
if
(!
Platform
.
IsWindows
)
16
{
17
return
""
;
18
}
19
return
Main.instance.Window.ScreenDeviceName;
20
}
21
}
ReLogic.OS.Platform.IsWindows
static bool IsWindows
Definition
Platform.cs:19
ReLogic.OS.Platform
Definition
Platform.cs:10
Terraria
Graphics
WindowStateController
Generated by
1.10.0