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
OuyaEverywhereDeviceManager.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
InControl
5
{
6
// Token: 0x02000045 RID: 69
7
public
class
OuyaEverywhereDeviceManager
:
InputDeviceManager
8
{
9
// Token: 0x0600035F RID: 863 RVA: 0x000025E1 File Offset: 0x000007E1
10
public
OuyaEverywhereDeviceManager
()
11
{
12
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
13
}
14
15
// Token: 0x06000360 RID: 864 RVA: 0x0000ADAC File Offset: 0x00008FAC
16
public
override
void
Update
(
ulong
updateTick,
float
deltaTime)
17
{
18
if
(this.
devices
!=
null
)
19
{
20
}
21
}
22
23
// Token: 0x06000361 RID: 865 RVA: 0x0000ADDC File Offset: 0x00008FDC
24
public
static
void
Enable
()
25
{
26
}
27
28
// Token: 0x040002ED RID: 749
29
private
bool
[]
deviceConnected
;
30
}
31
}
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
InControl.InputDeviceManager.devices
readonly List< InputDevice > devices
Definition
InputDeviceManager.cs:23
InControl.InputDeviceManager
Definition
InputDeviceManager.cs:8
InControl.OuyaEverywhereDeviceManager.OuyaEverywhereDeviceManager
OuyaEverywhereDeviceManager()
Definition
OuyaEverywhereDeviceManager.cs:10
InControl.OuyaEverywhereDeviceManager.Update
override void Update(ulong updateTick, float deltaTime)
Definition
OuyaEverywhereDeviceManager.cs:16
InControl.OuyaEverywhereDeviceManager.Enable
static void Enable()
Definition
OuyaEverywhereDeviceManager.cs:24
InControl.OuyaEverywhereDeviceManager.deviceConnected
bool[] deviceConnected
Definition
OuyaEverywhereDeviceManager.cs:29
InControl.OuyaEverywhereDeviceManager
Definition
OuyaEverywhereDeviceManager.cs:8
ulong
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
InControl
Definition
BindingListenOptions.cs:4
System
Definition
__ComObject.cs:4
source
InControl
OuyaEverywhereDeviceManager.cs
Generated by
1.10.0