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
GoogleStadiaWindowsNativeProfile.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020001D0 RID: 464
9 {
10 // Token: 0x0600082D RID: 2093 RVA: 0x00025AC8 File Offset: 0x00023CC8
11 public override void Define()
12 {
13 base.Define();
14 this.deviceName = "Google Stadia Controller";
15 this.deviceNotes = "Google Stadia Controller on Windows";
16 if ("Windows" == null || "Windows" != null)
17 {
18 if ("A" == null)
19 {
20 }
21 if (InputDeviceProfile.Button(0) != null)
22 {
45 if (InputDeviceProfile.Analog(6) != null)
46 {
50 return;
51 }
52 }
53 }
55 }
56
57 // Token: 0x0600082E RID: 2094 RVA: 0x00025BF0 File Offset: 0x00023DF0
59 {
60 if (!true)
61 {
62 }
63 base..ctor();
64 }
65 }
66}
class f__AnonymousType0<< Count > j__TPar
static InputControlSource Analog(int index)
static InputControlSource Button(int index)