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
EightBitdoSFC30WindowsNativeProfile.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
InControl.NativeDeviceProfiles
4
{
5
// Token: 0x020001CC RID: 460
6
[
NativeInputDeviceProfile
]
7
[
Preserve
]
8
public
class
EightBitdoSFC30WindowsNativeProfile
:
InputDeviceProfile
9
{
10
// Token: 0x06000825 RID: 2085 RVA: 0x00025704 File Offset: 0x00023904
11
public
override
void
Define
()
12
{
13
base
.Define();
14
this.deviceName
=
"8Bitdo SFC30 Controller"
;
15
if
(
"Windows"
==
null
||
"Windows"
!=
null
)
16
{
17
if
(
"A"
==
null
)
18
{
19
}
20
InputControlSource
inputControlSource
=
InputDeviceProfile
.
Button
(0);
21
InputControlSource
inputControlSource2
=
InputDeviceProfile
.
Button
(1);
22
InputControlSource
inputControlSource3
=
InputDeviceProfile
.
Button
(3);
23
InputControlSource
inputControlSource4
=
InputDeviceProfile
.
Button
(4);
24
InputControlSource
inputControlSource5
=
InputDeviceProfile
.
Button
(6);
25
InputControlSource
inputControlSource6
=
InputDeviceProfile
.
Button
(7);
26
InputControlSource
inputControlSource7
=
InputDeviceProfile
.
Button
(10);
27
InputControlSource
inputControlSource8
=
InputDeviceProfile
.
Button
(11);
28
InputControlSource
inputControlSource9
=
InputDeviceProfile
.
Analog
(2);
29
InputControlSource
inputControlSource10
=
InputDeviceProfile
.
Analog
(2);
30
InputControlSource
inputControlSource11
=
InputDeviceProfile
.
Analog
(3);
31
InputControlSource
inputControlSource12
=
InputDeviceProfile
.
Analog
(3);
32
return
;
33
}
34
throw
new
ArrayTypeMismatchException
();
35
}
36
37
// Token: 0x06000826 RID: 2086 RVA: 0x000257A0 File Offset: 0x000239A0
38
public
EightBitdoSFC30WindowsNativeProfile
()
39
{
40
if
(!
true
)
41
{
42
}
43
base
..ctor();
44
}
45
}
46
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
InControl.InputDeviceProfile.Analog
static InputControlSource Analog(int index)
Definition
InputDeviceProfile.cs:516
InControl.InputDeviceProfile.Button
static InputControlSource Button(int index)
Definition
InputDeviceProfile.cs:510
InControl.InputDeviceProfile
Definition
InputDeviceProfile.cs:13
InControl.NativeDeviceProfiles.EightBitdoSFC30WindowsNativeProfile.EightBitdoSFC30WindowsNativeProfile
EightBitdoSFC30WindowsNativeProfile()
Definition
EightBitdoSFC30WindowsNativeProfile.cs:38
InControl.NativeDeviceProfiles.EightBitdoSFC30WindowsNativeProfile.Define
override void Define()
Definition
EightBitdoSFC30WindowsNativeProfile.cs:11
InControl.NativeDeviceProfiles.EightBitdoSFC30WindowsNativeProfile
Definition
EightBitdoSFC30WindowsNativeProfile.cs:9
System.ArrayTypeMismatchException
Definition
ArrayTypeMismatchException.cs:9
InControl.NativeDeviceProfiles
Definition
AfterglowXbox360WindowsNativeProfile.cs:4
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System
Definition
__ComObject.cs:4
InControl.InputControlSource
Definition
InputControlSource.cs:10
source
InControl
NativeDeviceProfiles
EightBitdoSFC30WindowsNativeProfile.cs
Generated by
1.10.0