terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
WindowService.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
using
Microsoft.Xna.Framework
;
4
5
namespace
ReLogic.OS.Linux
6
{
7
// Token: 0x02000B2C RID: 2860
8
internal
class
WindowService
:
IWindowService
9
{
10
// Token: 0x0600536C RID: 21356 RVA: 0x002848FC File Offset: 0x00282AFC
11
public
void
SetUnicodeTitle
(
GameWindow
window,
string
title)
12
{
13
window.Title
= title;
14
}
15
16
// Token: 0x0600536D RID: 21357 RVA: 0x00284910 File Offset: 0x00282B10
17
public
void
StartFlashingIcon
(
GameWindow
window)
18
{
19
}
20
21
// Token: 0x0600536E RID: 21358 RVA: 0x00284920 File Offset: 0x00282B20
22
public
void
StopFlashingIcon
(
GameWindow
window)
23
{
24
}
25
26
// Token: 0x0600536F RID: 21359 RVA: 0x000021DB File Offset: 0x000003DB
27
public
float
GetScaling
()
28
{
29
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
30
}
31
32
// Token: 0x06005370 RID: 21360 RVA: 0x00284930 File Offset: 0x00282B30
33
public
void
SetQuickEditEnabled
(
bool
enabled)
34
{
35
}
36
37
// Token: 0x06005371 RID: 21361 RVA: 0x00284940 File Offset: 0x00282B40
38
public
WindowService
()
39
{
40
}
41
}
42
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Microsoft.Xna.Framework.GameWindow
Definition
GameWindow.cs:9
ReLogic.OS.Linux.WindowService.StartFlashingIcon
void StartFlashingIcon(GameWindow window)
Definition
WindowService.cs:17
ReLogic.OS.Linux.WindowService.GetScaling
float GetScaling()
Definition
WindowService.cs:27
ReLogic.OS.Linux.WindowService.StopFlashingIcon
void StopFlashingIcon(GameWindow window)
Definition
WindowService.cs:22
ReLogic.OS.Linux.WindowService.SetUnicodeTitle
void SetUnicodeTitle(GameWindow window, string title)
Definition
WindowService.cs:11
ReLogic.OS.Linux.WindowService.WindowService
WindowService()
Definition
WindowService.cs:38
ReLogic.OS.Linux.WindowService.SetQuickEditEnabled
void SetQuickEditEnabled(bool enabled)
Definition
WindowService.cs:33
ReLogic.OS.Linux.WindowService
Definition
WindowService.cs:9
ReLogic.OS.IWindowService
Definition
IWindowService.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
Microsoft.Xna.Framework
Definition
AudioChannels.cs:4
ReLogic.OS.Linux
Definition
Clipboard.cs:5
System
Definition
__ComObject.cs:4
source
ReLogic
OS
Linux
WindowService.cs
Generated by
1.10.0