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
AppleMFiExtendedGamepadNativeProfile.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020001C3 RID: 451
9 {
10 // Token: 0x06000813 RID: 2067 RVA: 0x00024B54 File Offset: 0x00022D54
11 public override void Define()
12 {
13 base.Define();
14 this.deviceName = "{NAME} MFi Controller";
15 this.deviceNotes = "MFi Controller on iOS / tvOS";
16 if (("iOS" == null || "iOS" != null) && ("tvOS" == null || "tvOS" != null) && ("iPhone" == null || "iPhone" != null) && ("iPad" == null || "iPad" != null) && ("AppleTV" == null || "AppleTV" != null) && ("OS X" == null || "OS X" != null))
17 {
20 if ("A" == null)
21 {
22 }
38 if (inputControlMapping == null || inputControlMapping != null)
39 {
41 if (inputControlMapping2 == null || inputControlMapping2 != null)
42 {
44 if (inputControlMapping3 == null || inputControlMapping3 != null)
45 {
47 if (inputControlMapping4 == null || inputControlMapping4 != null)
48 {
50 if (inputControlMapping5 == null || inputControlMapping5 != null)
51 {
53 if (inputControlMapping6 == null || inputControlMapping6 != null)
54 {
57 {
59 if (InputDeviceProfile.Analog(5) != null)
60 {
61 return;
62 }
63 }
64 }
65 }
66 }
67 }
68 }
69 }
70 }
72 }
73
74 // Token: 0x06000814 RID: 2068 RVA: 0x00024D00 File Offset: 0x00022F00
76 {
77 if (!true)
78 {
79 }
80 base..ctor();
81 }
82 }
83}
class f__AnonymousType0<< Count > j__TPar
static InputControlMapping RightStickLeftMapping(int analog)
static InputControlMapping RightStickDownMapping2(int analog)
static InputControlMapping LeftStickRightMapping(int analog)
static InputControlMapping RightStickRightMapping(int analog)
static InputControlMapping LeftStickDownMapping2(int analog)
static InputControlMapping RightStickUpMapping2(int analog)
static InputControlMapping LeftStickLeftMapping(int analog)
static InputControlMapping LeftStickUpMapping2(int analog)
static InputControlSource Analog(int index)
static InputControlSource Button(int index)