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
LogitechF310ModeDMacNativeProfile.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
InControl.NativeDeviceProfiles
4
{
5
// Token: 0x020001B6 RID: 438
6
[
Preserve
]
7
[
NativeInputDeviceProfile
]
8
public
class
LogitechF310ModeDMacNativeProfile
:
InputDeviceProfile
9
{
10
// Token: 0x060007F9 RID: 2041 RVA: 0x00023B7C File Offset: 0x00021D7C
11
public
override
void
Define
()
12
{
13
base
.Define();
14
this.deviceName
=
"Logitech F310 Controller"
;
15
this.deviceNotes
=
"Logitech F310 Controller on Mac"
;
16
if
(
"OS X"
==
null
||
"OS X"
!=
null
)
17
{
18
if
(
"A"
==
null
)
19
{
20
}
21
InputControlSource
inputControlSource
=
InputDeviceProfile
.
Button
(1);
22
InputControlSource
inputControlSource2
=
InputDeviceProfile
.
Button
(2);
23
InputControlSource
inputControlSource3
=
InputDeviceProfile
.
Button
(0);
24
InputControlSource
inputControlSource4
=
InputDeviceProfile
.
Button
(3);
25
InputControlSource
inputControlSource5
=
InputDeviceProfile
.
Button
(12);
26
InputControlSource
inputControlSource6
=
InputDeviceProfile
.
Button
(13);
27
InputControlSource
inputControlSource7
=
InputDeviceProfile
.
Button
(14);
28
InputControlSource
inputControlSource8
=
InputDeviceProfile
.
Button
(15);
29
InputControlSource
inputControlSource9
=
InputDeviceProfile
.
Button
(4);
30
InputControlSource
inputControlSource10
=
InputDeviceProfile
.
Button
(5);
31
InputControlSource
inputControlSource11
=
InputDeviceProfile
.
Button
(6);
32
InputControlSource
inputControlSource12
=
InputDeviceProfile
.
Button
(7);
33
InputControlSource
inputControlSource13
=
InputDeviceProfile
.
Button
(10);
34
InputControlSource
inputControlSource14
=
InputDeviceProfile
.
Button
(11);
35
InputControlSource
inputControlSource15
=
InputDeviceProfile
.
Button
(8);
36
InputControlSource
inputControlSource16
=
InputDeviceProfile
.
Button
(9);
37
InputControlMapping
inputControlMapping
=
InputDeviceProfile
.
LeftStickLeftMapping
(0);
38
if
(
inputControlMapping
==
null
||
inputControlMapping
!=
null
)
39
{
40
InputControlMapping
inputControlMapping2
=
InputDeviceProfile
.
LeftStickRightMapping
(0);
41
if
(
inputControlMapping2
==
null
||
inputControlMapping2
!=
null
)
42
{
43
InputControlMapping
inputControlMapping3
=
InputDeviceProfile
.
LeftStickUpMapping
(1);
44
if
(
inputControlMapping3
==
null
||
inputControlMapping3
!=
null
)
45
{
46
InputControlMapping
inputControlMapping4
=
InputDeviceProfile
.
LeftStickDownMapping
(1);
47
if
(
inputControlMapping4
==
null
||
inputControlMapping4
!=
null
)
48
{
49
InputControlMapping
inputControlMapping5
=
InputDeviceProfile
.
RightStickLeftMapping
(2);
50
if
(
inputControlMapping5
==
null
||
inputControlMapping5
!=
null
)
51
{
52
InputControlMapping
inputControlMapping6
=
InputDeviceProfile
.
RightStickRightMapping
(2);
53
if
(
inputControlMapping6
==
null
||
inputControlMapping6
!=
null
)
54
{
55
InputControlMapping
inputControlMapping7
=
InputDeviceProfile
.
RightStickUpMapping
(3);
56
if
(
inputControlMapping7
==
null
||
inputControlMapping7
!=
null
)
57
{
58
InputControlMapping
inputControlMapping8
=
InputDeviceProfile
.
RightStickDownMapping
(3);
59
if
(
inputControlMapping8
==
null
||
inputControlMapping8
!=
null
)
60
{
61
return
;
62
}
63
}
64
}
65
}
66
}
67
}
68
}
69
}
70
}
71
throw
new
ArrayTypeMismatchException
();
72
}
73
74
// Token: 0x060007FA RID: 2042 RVA: 0x00023CD0 File Offset: 0x00021ED0
75
public
LogitechF310ModeDMacNativeProfile
()
76
{
77
if
(!
true
)
78
{
79
}
80
base
..ctor();
81
}
82
}
83
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
InControl.InputControlMapping
Definition
InputControlMapping.cs:9
InControl.InputDeviceProfile.RightStickLeftMapping
static InputControlMapping RightStickLeftMapping(int analog)
Definition
InputDeviceProfile.cs:684
InControl.InputDeviceProfile.RightStickDownMapping
static InputControlMapping RightStickDownMapping(int analog)
Definition
InputDeviceProfile.cs:765
InControl.InputDeviceProfile.LeftStickRightMapping
static InputControlMapping LeftStickRightMapping(int analog)
Definition
InputDeviceProfile.cs:549
InControl.InputDeviceProfile.LeftStickUpMapping
static InputControlMapping LeftStickUpMapping(int analog)
Definition
InputDeviceProfile.cs:576
InControl.InputDeviceProfile.RightStickRightMapping
static InputControlMapping RightStickRightMapping(int analog)
Definition
InputDeviceProfile.cs:711
InControl.InputDeviceProfile.RightStickUpMapping
static InputControlMapping RightStickUpMapping(int analog)
Definition
InputDeviceProfile.cs:738
InControl.InputDeviceProfile.LeftStickLeftMapping
static InputControlMapping LeftStickLeftMapping(int analog)
Definition
InputDeviceProfile.cs:522
InControl.InputDeviceProfile.Button
static InputControlSource Button(int index)
Definition
InputDeviceProfile.cs:510
InControl.InputDeviceProfile.LeftStickDownMapping
static InputControlMapping LeftStickDownMapping(int analog)
Definition
InputDeviceProfile.cs:603
InControl.InputDeviceProfile
Definition
InputDeviceProfile.cs:13
InControl.NativeDeviceProfiles.LogitechF310ModeDMacNativeProfile.Define
override void Define()
Definition
LogitechF310ModeDMacNativeProfile.cs:11
InControl.NativeDeviceProfiles.LogitechF310ModeDMacNativeProfile.LogitechF310ModeDMacNativeProfile
LogitechF310ModeDMacNativeProfile()
Definition
LogitechF310ModeDMacNativeProfile.cs:75
InControl.NativeDeviceProfiles.LogitechF310ModeDMacNativeProfile
Definition
LogitechF310ModeDMacNativeProfile.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
LogitechF310ModeDMacNativeProfile.cs
Generated by
1.10.0