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
AppleMFiMicroGamepadNativeProfile.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
InControl.NativeDeviceProfiles
4
{
5
// Token: 0x020001C4 RID: 452
6
[
NativeInputDeviceProfile
]
7
[
Preserve
]
8
public
class
AppleMFiMicroGamepadNativeProfile
:
InputDeviceProfile
9
{
10
// Token: 0x06000815 RID: 2069 RVA: 0x00024D18 File Offset: 0x00022F18
11
public
override
void
Define
()
12
{
13
base
.Define();
14
this.deviceName
=
"{NAME} MFi Controller"
;
15
this.deviceNotes
=
"MFi Controller on iOS / tvOS"
;
16
if
((
"iOS"
==
null
||
"iOS"
!=
null
) && (
"tvOS"
==
null
||
"tvOS"
!=
null
) && (
"iPhone"
==
null
||
"iPhone"
!=
null
) && (
"iPad"
==
null
||
"iPad"
!=
null
) && (
"AppleTV"
==
null
||
"AppleTV"
!=
null
) && (
"OS X"
==
null
||
"OS X"
!=
null
))
17
{
18
OptionalUInt16
optionalUInt
= 0;
19
OptionalUInt32
optionalUInt2
= (uint)1;
20
if
(
"A"
==
null
)
21
{
22
}
23
InputControlSource
inputControlSource
=
InputDeviceProfile
.
Button
(0);
24
InputControlSource
inputControlSource2
=
InputDeviceProfile
.
Button
(1);
25
InputControlSource
inputControlSource3
=
InputDeviceProfile
.
Button
(2);
26
InputControlSource
inputControlSource4
=
InputDeviceProfile
.
Button
(3);
27
InputControlSource
inputControlSource5
=
InputDeviceProfile
.
Button
(4);
28
InputControlSource
inputControlSource6
=
InputDeviceProfile
.
Button
(5);
29
InputControlSource
inputControlSource7
=
InputDeviceProfile
.
Button
(6);
30
return
;
31
}
32
throw
new
ArrayTypeMismatchException
();
33
}
34
35
// Token: 0x06000816 RID: 2070 RVA: 0x00024DF4 File Offset: 0x00022FF4
36
public
AppleMFiMicroGamepadNativeProfile
()
37
{
38
if
(!
true
)
39
{
40
}
41
base
..ctor();
42
}
43
}
44
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
InControl.InputDeviceProfile.Button
static InputControlSource Button(int index)
Definition
InputDeviceProfile.cs:510
InControl.InputDeviceProfile
Definition
InputDeviceProfile.cs:13
InControl.NativeDeviceProfiles.AppleMFiMicroGamepadNativeProfile.Define
override void Define()
Definition
AppleMFiMicroGamepadNativeProfile.cs:11
InControl.NativeDeviceProfiles.AppleMFiMicroGamepadNativeProfile.AppleMFiMicroGamepadNativeProfile
AppleMFiMicroGamepadNativeProfile()
Definition
AppleMFiMicroGamepadNativeProfile.cs:36
InControl.NativeDeviceProfiles.AppleMFiMicroGamepadNativeProfile
Definition
AppleMFiMicroGamepadNativeProfile.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
InControl.OptionalUInt16
Definition
OptionalUInt16.cs:11
InControl.OptionalUInt32
Definition
OptionalUInt32.cs:11
source
InControl
NativeDeviceProfiles
AppleMFiMicroGamepadNativeProfile.cs
Generated by
1.10.0