Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
WindowsPlatform()
ReLogic.OS.Windows.WindowsPlatform.WindowsPlatform
(
)
inline
Definition at line
13
of file
WindowsPlatform.cs
.
14
: base(
PlatformType
.Windows)
15
{
16
RegisterService((IClipboard)
new
Clipboard());
17
RegisterService((IPathService)
new
PathService());
18
RegisterService((IWindowService)
new
WindowService());
19
RegisterService((
IImeService
)
new
UnsupportedPlatformIme
());
20
}
ReLogic.Localization.IME.UnsupportedPlatformIme
Definition
UnsupportedPlatformIme.cs:4
ReLogic.Localization.IME.IImeService
Definition
IImeService.cs:6
ReLogic.OS.PlatformType
PlatformType
Definition
PlatformType.cs:4
ReLogic
OS
Windows
WindowsPlatform
Generated by
1.10.0