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

◆ Define()

override void InControl.UnityDeviceProfiles.EasySmxEsm9101AndroidUnityProfile.Define ( )
inlinevirtual

Reimplemented from InControl.InputDeviceProfile.

Definition at line 11 of file EasySmxEsm9101AndroidUnityProfile.cs.

12 {
13 base.Define();
14 this.deviceName = "EasySMX ESM-9101";
15 this.deviceNotes = "EasySMX ESM-9101 on Android";
16 if ("Android" == null || "Android" != null)
17 {
18 if ("A" == null)
19 {
20 }
21 InputControlSource inputControlSource = InputDeviceProfile.Button(0);
22 InputControlSource inputControlSource2 = InputDeviceProfile.Button(int.MinValue);
23 if ((-2147483648 == 0 || -2147483648 != 0) && InputDeviceProfile.Button(2) != null)
24 {
25 InputControlSource inputControlSource3 = InputDeviceProfile.Button(3);
26 if (-2147483648 == 0 || -2147483648 != 0)
27 {
28 InputControlSource inputControlSource4 = InputDeviceProfile.Button(4);
29 if (-2147483648 == 0 || -2147483648 != 0)
30 {
31 InputControlSource inputControlSource5 = InputDeviceProfile.Button(6);
32 if (-2147483648 == 0 || -2147483648 != 0)
33 {
34 InputControlSource inputControlSource6 = InputDeviceProfile.Button(5);
35 if (-2147483648 == 0 || -2147483648 != 0)
36 {
37 InputControlSource inputControlSource7 = InputDeviceProfile.Button(7);
38 if (-2147483648 == 0 || -2147483648 != 0)
39 {
40 InputControlSource inputControlSource8 = InputDeviceProfile.Button(11);
41 if (-2147483648 == 0 || inputControlSource8 != null)
42 {
43 InputControlSource inputControlSource9 = InputDeviceProfile.Button(10);
44 if (-2147483648 == 0 || -2147483648 != 0)
45 {
46 InputControlSource inputControlSource10 = InputDeviceProfile.Button(12);
47 if (-2147483648 == 0 || -2147483648 != 0)
48 {
49 InputControlSource inputControlSource11 = InputDeviceProfile.Button(8);
50 if (-2147483648 == 0 || -2147483648 != 0)
51 {
52 InputControlSource inputControlSource12 = InputDeviceProfile.Button(9);
53 if (-2147483648 == 0 || -2147483648 != 0)
54 {
55 InputControlMapping inputControlMapping = InputDeviceProfile.LeftStickLeftMapping(0);
56 if (inputControlMapping == null || inputControlMapping != null)
57 {
58 InputControlMapping inputControlMapping2 = InputDeviceProfile.LeftStickRightMapping(0);
59 if (inputControlMapping2 == null || inputControlMapping2 != null)
60 {
61 InputControlMapping inputControlMapping3 = InputDeviceProfile.LeftStickUpMapping(1);
62 if (inputControlMapping3 == null || inputControlMapping3 != null)
63 {
64 InputControlMapping inputControlMapping4 = InputDeviceProfile.LeftStickDownMapping(1);
65 if (inputControlMapping4 == null || inputControlMapping4 != null)
66 {
67 InputControlMapping inputControlMapping5 = InputDeviceProfile.RightStickLeftMapping(2);
68 if (inputControlMapping5 == null || inputControlMapping5 != null)
69 {
70 InputControlMapping inputControlMapping6 = InputDeviceProfile.RightStickRightMapping(2);
71 if (inputControlMapping6 == null || inputControlMapping6 != null)
72 {
73 InputControlMapping inputControlMapping7 = InputDeviceProfile.RightStickUpMapping(3);
74 if (inputControlMapping7 == null || inputControlMapping7 != null)
75 {
76 InputControlMapping inputControlMapping8 = InputDeviceProfile.RightStickDownMapping(3);
77 if (inputControlMapping8 == null || inputControlMapping8 != null)
78 {
79 InputControlMapping inputControlMapping9 = InputDeviceProfile.DPadLeftMapping(4);
80 if (inputControlMapping9 == null || inputControlMapping9 != null)
81 {
82 InputControlMapping inputControlMapping10 = InputDeviceProfile.DPadRightMapping(4);
83 if (inputControlMapping10 == null || inputControlMapping10 != null)
84 {
85 InputControlMapping inputControlMapping11 = InputDeviceProfile.DPadUpMapping(5);
86 if (inputControlMapping11 == null || inputControlMapping11 != null)
87 {
88 InputControlMapping inputControlMapping12 = InputDeviceProfile.DPadDownMapping(5);
89 if (inputControlMapping12 == null || inputControlMapping12 != null)
90 {
91 return;
92 }
93 }
94 }
95 }
96 }
97 }
98 }
99 }
100 }
101 }
102 }
103 }
104 }
105 }
106 }
107 }
108 }
109 }
110 }
111 }
112 }
113 }
114 }
115 }
116 throw new ArrayTypeMismatchException();
117 }
class f__AnonymousType0<< Count > j__TPar

References InControl.InputDeviceProfile.Button(), InControl.InputDeviceProfile.DPadDownMapping(), InControl.InputDeviceProfile.DPadLeftMapping(), InControl.InputDeviceProfile.DPadRightMapping(), InControl.InputDeviceProfile.DPadUpMapping(), j__TPar, InControl.InputDeviceProfile.LeftStickDownMapping(), InControl.InputDeviceProfile.LeftStickLeftMapping(), InControl.InputDeviceProfile.LeftStickRightMapping(), InControl.InputDeviceProfile.LeftStickUpMapping(), InControl.InputDeviceProfile.RightStickDownMapping(), InControl.InputDeviceProfile.RightStickLeftMapping(), InControl.InputDeviceProfile.RightStickRightMapping(), and InControl.InputDeviceProfile.RightStickUpMapping().