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
XInputWindowsNativeProfile.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020001E7 RID: 487
9 {
10 // Token: 0x0600085B RID: 2139 RVA: 0x00027568 File Offset: 0x00025768
11 public override void Define()
12 {
13 base.Define();
14 this.deviceName = "XInput Controller";
15 this.deviceNotes = "XInput Controller on Windows";
16 if ("Windows" == null || "Windows" != null)
17 {
19 if ("A" == null)
20 {
21 }
31 if (InputDeviceProfile.Button(9) != null)
32 {
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 {
56 if (inputControlMapping7 == null || inputControlMapping7 != null)
57 {
59 if (inputControlMapping8 == null || inputControlMapping8 != null)
60 {
63 return;
64 }
65 }
66 }
67 }
68 }
69 }
70 }
71 }
72 }
73 }
75 }
76
77 // Token: 0x0600085C RID: 2140 RVA: 0x000276C4 File Offset: 0x000258C4
79 {
80 if (!true)
81 {
82 }
83 base..ctor();
84 }
85 }
86}
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)