Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
OsxPlatform()
ReLogic.OS.OSX.OsxPlatform.OsxPlatform
(
)
inline
Definition at line
8
of file
OsxPlatform.cs
.
9
: base(
PlatformType
.OSX)
10
{
11
RegisterService((IClipboard)
new
Clipboard());
12
RegisterService((IPathService)
new
PathService());
13
RegisterService((IWindowService)
new
WindowService());
14
RegisterService((
IImeService
)
new
UnsupportedPlatformIme
());
15
}
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
OSX
OsxPlatform
Generated by
1.10.0