Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
WindowService.cs
Go to the documentation of this file.
2
3namespace ReLogic.OS.Linux;
4
6{
7 public void SetUnicodeTitle(GameWindow window, string title)
8 {
9 window.Title = title;
10 }
11
12 public void StartFlashingIcon(GameWindow window)
13 {
14 }
15
16 public void StopFlashingIcon(GameWindow window)
17 {
18 }
19
20 public float GetScaling()
21 {
22 return 1f;
23 }
24
25 public void SetQuickEditEnabled(bool enabled)
26 {
27 }
28
29 public void HideConsole()
30 {
31 }
32}
void StartFlashingIcon(GameWindow window)
void StopFlashingIcon(GameWindow window)
void SetUnicodeTitle(GameWindow window, string title)
void SetQuickEditEnabled(bool enabled)