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
ControllerDeviceManager.cs
Go to the documentation of this file.
1using System;
4using InControl;
5
6namespace Controller
7{
8 // Token: 0x02000B60 RID: 2912
9 public class ControllerDeviceManager : Singleton<ControllerDeviceManager>
10 {
11 // Token: 0x06005496 RID: 21654 RVA: 0x000021DB File Offset: 0x000003DB
12 public void UpdateConnectedControllers(float elapsedTime, bool forceUpdate = false)
13 {
14 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
15 }
16
17 // Token: 0x06005497 RID: 21655 RVA: 0x000021DB File Offset: 0x000003DB
18 private void UpdateDevices(float elapsedTime)
19 {
20 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
21 }
22
23 // Token: 0x06005498 RID: 21656 RVA: 0x002865D4 File Offset: 0x002847D4
25 {
26 }
27
28 // Token: 0x04008D87 RID: 36231
29 private int lastFrame = 1;
30
31 // Token: 0x04008D88 RID: 36232
33
34 // Token: 0x04008D89 RID: 36233
36
37 // Token: 0x04008D8A RID: 36234
39
40 // Token: 0x04008D8B RID: 36235
42
43 // Token: 0x04008D8C RID: 36236
45
46 // Token: 0x04008D8D RID: 36237
48 }
49}
class f__AnonymousType0<< Count > j__TPar
void UpdateConnectedControllers(float elapsedTime, bool forceUpdate=false)
List< ControllerDevice > _unconfiguredUpdateList