Terraria
v1.4.4.9
Terraria source code documentation
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
_
a
c
d
e
f
i
l
m
o
p
r
s
t
u
w
Files
File List
File Members
All
Enumerations
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Macros
Loading...
Searching...
No Matches
WindowService.cs
Go to the documentation of this file.
1
using
Microsoft.Xna.Framework
;
2
3
namespace
ReLogic.OS.OSX
;
4
5
internal
class
WindowService
:
IWindowService
6
{
7
public
float
GetScaling
()
8
{
9
return
1f;
10
}
7
public
float
GetScaling
() {
…
}
11
12
public
void
SetQuickEditEnabled
(
bool
enabled)
13
{
14
}
12
public
void
SetQuickEditEnabled
(
bool
enabled) {
…
}
15
16
public
void
SetUnicodeTitle
(GameWindow window,
string
title)
17
{
18
window.Title = title;
19
}
16
public
void
SetUnicodeTitle
(GameWindow window,
string
title) {
…
}
20
21
public
void
StartFlashingIcon
(GameWindow window)
22
{
23
}
21
public
void
StartFlashingIcon
(GameWindow window) {
…
}
24
25
public
void
StopFlashingIcon
(GameWindow window)
26
{
27
}
25
public
void
StopFlashingIcon
(GameWindow window) {
…
}
28
29
public
void
HideConsole
()
30
{
31
}
29
public
void
HideConsole
() {
…
}
32
}
5
internal
class
WindowService
:
IWindowService
{
…
};
ReLogic.OS.OSX.WindowService.StopFlashingIcon
void StopFlashingIcon(GameWindow window)
Definition
WindowService.cs:25
ReLogic.OS.OSX.WindowService.SetQuickEditEnabled
void SetQuickEditEnabled(bool enabled)
Definition
WindowService.cs:12
ReLogic.OS.OSX.WindowService.StartFlashingIcon
void StartFlashingIcon(GameWindow window)
Definition
WindowService.cs:21
ReLogic.OS.OSX.WindowService.SetUnicodeTitle
void SetUnicodeTitle(GameWindow window, string title)
Definition
WindowService.cs:16
ReLogic.OS.OSX.WindowService.GetScaling
float GetScaling()
Definition
WindowService.cs:7
ReLogic.OS.OSX.WindowService.HideConsole
void HideConsole()
Definition
WindowService.cs:29
ReLogic.OS.OSX.WindowService
Definition
WindowService.cs:6
ReLogic.OS.IWindowService
Definition
IWindowService.cs:8
Microsoft.Xna.Framework
Definition
AlphaTestEffect.cs:1
ReLogic.OS.OSX
Definition
Clipboard.cs:5
source
ReLogic
ReLogic.OS.OSX
WindowService.cs
Generated by
1.10.0