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.
1
using
System
;
2
using
UnityEngine
;
3
4
namespace
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
16
Bluetooth
,
17
// Token: 0x04000240 RID: 576
18
[
InspectorName
(
"XInput"
)]
19
XInput
,
20
// Token: 0x04000241 RID: 577
21
[
InspectorName
(
"DirectInput"
)]
22
DirectInput
,
23
// Token: 0x04000242 RID: 578
24
[
InspectorName
(
"RawInput"
)]
25
RawInput
26
}
27
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
InControl.InputDeviceDriverType
InputDeviceDriverType
Definition
InputDeviceDriverType.cs:8
InControl.InputDeviceDriverType.HID
@ HID
InControl.InputDeviceDriverType.USB
@ USB
InControl.InputDeviceDriverType.Bluetooth
@ Bluetooth
InControl.InputDeviceDriverType.XInput
@ XInput
InControl.InputDeviceDriverType.RawInput
@ RawInput
InControl.InputDeviceDriverType.DirectInput
@ DirectInput
InControl.InputDeviceClass.Unknown
@ Unknown
InControl
Definition
BindingListenOptions.cs:4
System
Definition
__ComObject.cs:4
UnityEngine
Definition
_AndroidJNIHelper.cs:6
source
InControl
InputDeviceDriverType.cs
Generated by
1.10.0