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
InputDeviceDriverType.cs
Go to the documentation of this file.
1using System;
2using UnityEngine;
3
4namespace InControl
5{
6 // Token: 0x0200002F RID: 47
7 public enum InputDeviceDriverType : ushort
8 {
9 // Token: 0x0400023C RID: 572
10 Unknown,
11 // Token: 0x0400023D RID: 573
12 HID,
13 // Token: 0x0400023E RID: 574
14 USB,
15 // Token: 0x0400023F RID: 575
17 // Token: 0x04000240 RID: 576
18 [InspectorName("XInput")]
19 XInput,
20 // Token: 0x04000241 RID: 577
21 [InspectorName("DirectInput")]
23 // Token: 0x04000242 RID: 578
24 [InspectorName("RawInput")]
26 }
27}
class f__AnonymousType0<< Count > j__TPar