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
◆
InputControlType
enum
InControl.InputControlType
Enumerator
None
LeftStickUp
LeftStickDown
LeftStickLeft
LeftStickRight
LeftStickButton
RightStickUp
RightStickDown
RightStickLeft
RightStickRight
RightStickButton
DPadUp
DPadDown
DPadLeft
DPadRight
LeftTrigger
RightTrigger
LeftBumper
RightBumper
Action1
Action2
Action3
Action4
Action5
Action6
Action7
Action8
Action9
Action10
Action11
Action12
Back
Start
Select
System
Options
Pause
Menu
Share
Home
View
Power
Capture
Assistant
Plus
Minus
PedalLeft
PedalRight
PedalMiddle
GearUp
GearDown
Pitch
Roll
Yaw
ThrottleUp
ThrottleDown
ThrottleLeft
ThrottleRight
POVUp
POVDown
POVLeft
POVRight
TiltX
TiltY
TiltZ
ScrollWheel
TouchPadTap
TouchPadButton
TouchPadXAxis
TouchPadYAxis
LeftSL
LeftSR
RightSL
RightSR
Command
LeftStickX
LeftStickY
RightStickX
RightStickY
DPadX
DPadY
Analog0
Analog1
Analog2
Analog3
Analog4
Analog5
Analog6
Analog7
Analog8
Analog9
Analog10
Analog11
Analog12
Analog13
Analog14
Analog15
Analog16
Analog17
Analog18
Analog19
Button0
Button1
Button2
Button3
Button4
Button5
Button6
Button7
Button8
Button9
Button10
Button11
Button12
Button13
Button14
Button15
Button16
Button17
Button18
Button19
Count
Definition at line
6
of file
InputControlType.cs
.
7
{
8
// Token: 0x04000145 RID: 325
9
None
,
10
// Token: 0x04000146 RID: 326
11
LeftStickUp
,
12
// Token: 0x04000147 RID: 327
13
LeftStickDown
,
14
// Token: 0x04000148 RID: 328
15
LeftStickLeft
,
16
// Token: 0x04000149 RID: 329
17
LeftStickRight
,
18
// Token: 0x0400014A RID: 330
19
LeftStickButton
,
20
// Token: 0x0400014B RID: 331
21
RightStickUp
,
22
// Token: 0x0400014C RID: 332
23
RightStickDown
,
24
// Token: 0x0400014D RID: 333
25
RightStickLeft
,
26
// Token: 0x0400014E RID: 334
27
RightStickRight
,
28
// Token: 0x0400014F RID: 335
29
RightStickButton
,
30
// Token: 0x04000150 RID: 336
31
DPadUp
,
32
// Token: 0x04000151 RID: 337
33
DPadDown
,
34
// Token: 0x04000152 RID: 338
35
DPadLeft
,
36
// Token: 0x04000153 RID: 339
37
DPadRight
,
38
// Token: 0x04000154 RID: 340
39
LeftTrigger,
40
// Token: 0x04000155 RID: 341
41
RightTrigger,
42
// Token: 0x04000156 RID: 342
43
LeftBumper
,
44
// Token: 0x04000157 RID: 343
45
RightBumper
,
46
// Token: 0x04000158 RID: 344
47
Action1,
48
// Token: 0x04000159 RID: 345
49
Action2,
50
// Token: 0x0400015A RID: 346
51
Action3,
52
// Token: 0x0400015B RID: 347
53
Action4,
54
// Token: 0x0400015C RID: 348
55
Action5
,
56
// Token: 0x0400015D RID: 349
57
Action6
,
58
// Token: 0x0400015E RID: 350
59
Action7
,
60
// Token: 0x0400015F RID: 351
61
Action8
,
62
// Token: 0x04000160 RID: 352
63
Action9
,
64
// Token: 0x04000161 RID: 353
65
Action10
,
66
// Token: 0x04000162 RID: 354
67
Action11
,
68
// Token: 0x04000163 RID: 355
69
Action12
,
70
// Token: 0x04000164 RID: 356
71
Back = 100,
72
// Token: 0x04000165 RID: 357
73
Start
,
74
// Token: 0x04000166 RID: 358
75
Select
,
76
// Token: 0x04000167 RID: 359
77
System
,
78
// Token: 0x04000168 RID: 360
79
Options,
80
// Token: 0x04000169 RID: 361
81
Pause
,
82
// Token: 0x0400016A RID: 362
83
Menu
,
84
// Token: 0x0400016B RID: 363
85
Share
,
86
// Token: 0x0400016C RID: 364
87
Home
,
88
// Token: 0x0400016D RID: 365
89
View
,
90
// Token: 0x0400016E RID: 366
91
Power
,
92
// Token: 0x0400016F RID: 367
93
Capture,
94
// Token: 0x04000170 RID: 368
95
Assistant
,
96
// Token: 0x04000171 RID: 369
97
Plus
,
98
// Token: 0x04000172 RID: 370
99
Minus
,
100
// Token: 0x04000173 RID: 371
101
PedalLeft
= 150,
102
// Token: 0x04000174 RID: 372
103
PedalRight
,
104
// Token: 0x04000175 RID: 373
105
PedalMiddle
,
106
// Token: 0x04000176 RID: 374
107
GearUp
,
108
// Token: 0x04000177 RID: 375
109
GearDown
,
110
// Token: 0x04000178 RID: 376
111
Pitch
= 200,
112
// Token: 0x04000179 RID: 377
113
Roll
,
114
// Token: 0x0400017A RID: 378
115
Yaw
,
116
// Token: 0x0400017B RID: 379
117
ThrottleUp
,
118
// Token: 0x0400017C RID: 380
119
ThrottleDown
,
120
// Token: 0x0400017D RID: 381
121
ThrottleLeft
,
122
// Token: 0x0400017E RID: 382
123
ThrottleRight
,
124
// Token: 0x0400017F RID: 383
125
POVUp
,
126
// Token: 0x04000180 RID: 384
127
POVDown
,
128
// Token: 0x04000181 RID: 385
129
POVLeft
,
130
// Token: 0x04000182 RID: 386
131
POVRight
,
132
// Token: 0x04000183 RID: 387
133
TiltX
= 250,
134
// Token: 0x04000184 RID: 388
135
TiltY
,
136
// Token: 0x04000185 RID: 389
137
TiltZ
,
138
// Token: 0x04000186 RID: 390
139
ScrollWheel
,
140
// Token: 0x04000187 RID: 391
141
[
Obsolete
(
"Use InputControlType.TouchPadButton instead."
,
true
)]
142
TouchPadTap
,
143
// Token: 0x04000188 RID: 392
144
TouchPadButton
,
145
// Token: 0x04000189 RID: 393
146
TouchPadXAxis
,
147
// Token: 0x0400018A RID: 394
148
TouchPadYAxis
,
149
// Token: 0x0400018B RID: 395
150
LeftSL
,
151
// Token: 0x0400018C RID: 396
152
LeftSR
,
153
// Token: 0x0400018D RID: 397
154
RightSL
,
155
// Token: 0x0400018E RID: 398
156
RightSR
,
157
// Token: 0x0400018F RID: 399
158
Command
= 300,
159
// Token: 0x04000190 RID: 400
160
LeftStickX
,
161
// Token: 0x04000191 RID: 401
162
LeftStickY
,
163
// Token: 0x04000192 RID: 402
164
RightStickX
,
165
// Token: 0x04000193 RID: 403
166
RightStickY
,
167
// Token: 0x04000194 RID: 404
168
DPadX
,
169
// Token: 0x04000195 RID: 405
170
DPadY
,
171
// Token: 0x04000196 RID: 406
172
Analog0
= 400,
173
// Token: 0x04000197 RID: 407
174
Analog1
,
175
// Token: 0x04000198 RID: 408
176
Analog2
,
177
// Token: 0x04000199 RID: 409
178
Analog3
,
179
// Token: 0x0400019A RID: 410
180
Analog4
,
181
// Token: 0x0400019B RID: 411
182
Analog5
,
183
// Token: 0x0400019C RID: 412
184
Analog6
,
185
// Token: 0x0400019D RID: 413
186
Analog7
,
187
// Token: 0x0400019E RID: 414
188
Analog8
,
189
// Token: 0x0400019F RID: 415
190
Analog9
,
191
// Token: 0x040001A0 RID: 416
192
Analog10
,
193
// Token: 0x040001A1 RID: 417
194
Analog11
,
195
// Token: 0x040001A2 RID: 418
196
Analog12
,
197
// Token: 0x040001A3 RID: 419
198
Analog13
,
199
// Token: 0x040001A4 RID: 420
200
Analog14
,
201
// Token: 0x040001A5 RID: 421
202
Analog15
,
203
// Token: 0x040001A6 RID: 422
204
Analog16
,
205
// Token: 0x040001A7 RID: 423
206
Analog17
,
207
// Token: 0x040001A8 RID: 424
208
Analog18
,
209
// Token: 0x040001A9 RID: 425
210
Analog19
,
211
// Token: 0x040001AA RID: 426
212
Button0
= 500,
213
// Token: 0x040001AB RID: 427
214
Button1
,
215
// Token: 0x040001AC RID: 428
216
Button2
,
217
// Token: 0x040001AD RID: 429
218
Button3
,
219
// Token: 0x040001AE RID: 430
220
Button4
,
221
// Token: 0x040001AF RID: 431
222
Button5
,
223
// Token: 0x040001B0 RID: 432
224
Button6
,
225
// Token: 0x040001B1 RID: 433
226
Button7
,
227
// Token: 0x040001B2 RID: 434
228
Button8
,
229
// Token: 0x040001B3 RID: 435
230
Button9
,
231
// Token: 0x040001B4 RID: 436
232
Button10
,
233
// Token: 0x040001B5 RID: 437
234
Button11
,
235
// Token: 0x040001B6 RID: 438
236
Button12
,
237
// Token: 0x040001B7 RID: 439
238
Button13
,
239
// Token: 0x040001B8 RID: 440
240
Button14
,
241
// Token: 0x040001B9 RID: 441
242
Button15
,
243
// Token: 0x040001BA RID: 442
244
Button16
,
245
// Token: 0x040001BB RID: 443
246
Button17
,
247
// Token: 0x040001BC RID: 444
248
Button18
,
249
// Token: 0x040001BD RID: 445
250
Button19
,
251
// Token: 0x040001BE RID: 446
252
Count
253
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
InControl.InputControlType.LeftStickUp
@ LeftStickUp
InControl.InputControlType.Button13
@ Button13
InControl.InputControlType.PedalLeft
@ PedalLeft
InControl.InputControlType.TouchPadXAxis
@ TouchPadXAxis
InControl.InputControlType.LeftStickLeft
@ LeftStickLeft
InControl.InputControlType.POVUp
@ POVUp
InControl.InputControlType.DPadLeft
@ DPadLeft
InControl.InputControlType.TouchPadYAxis
@ TouchPadYAxis
InControl.InputControlType.Action8
@ Action8
InControl.InputControlType.Analog0
@ Analog0
InControl.InputControlType.POVLeft
@ POVLeft
InControl.InputControlType.Roll
@ Roll
InControl.InputControlType.RightSR
@ RightSR
InControl.InputControlType.Analog8
@ Analog8
InControl.InputControlType.Action7
@ Action7
InControl.InputControlType.ThrottleDown
@ ThrottleDown
InControl.InputControlType.Plus
@ Plus
InControl.InputControlType.Button18
@ Button18
InControl.InputControlType.Button6
@ Button6
InControl.InputControlType.TiltZ
@ TiltZ
InControl.InputControlType.Button10
@ Button10
InControl.InputControlType.LeftStickRight
@ LeftStickRight
InControl.InputControlType.Button11
@ Button11
InControl.InputControlType.View
@ View
InControl.InputControlType.Action9
@ Action9
InControl.InputControlType.PedalRight
@ PedalRight
InControl.InputControlType.Minus
@ Minus
InControl.InputControlType.GearDown
@ GearDown
InControl.InputControlType.GearUp
@ GearUp
InControl.InputControlType.Action10
@ Action10
InControl.InputControlType.Button8
@ Button8
InControl.InputControlType.DPadX
@ DPadX
InControl.InputControlType.Analog7
@ Analog7
InControl.InputControlType.Button16
@ Button16
InControl.InputControlType.RightBumper
@ RightBumper
InControl.InputControlType.Analog15
@ Analog15
InControl.InputControlType.TiltX
@ TiltX
InControl.InputControlType.TouchPadButton
@ TouchPadButton
InControl.InputControlType.Analog12
@ Analog12
InControl.InputControlType.Share
@ Share
InControl.InputControlType.ThrottleUp
@ ThrottleUp
InControl.InputControlType.Button1
@ Button1
InControl.InputControlType.Analog11
@ Analog11
InControl.InputControlType.POVDown
@ POVDown
InControl.InputControlType.Button3
@ Button3
InControl.InputControlType.DPadUp
@ DPadUp
InControl.InputControlType.LeftStickY
@ LeftStickY
InControl.InputControlType.Analog9
@ Analog9
InControl.InputControlType.PedalMiddle
@ PedalMiddle
InControl.InputControlType.LeftSR
@ LeftSR
InControl.InputControlType.LeftStickDown
@ LeftStickDown
InControl.InputControlType.LeftSL
@ LeftSL
InControl.InputControlType.RightStickX
@ RightStickX
InControl.InputControlType.DPadDown
@ DPadDown
InControl.InputControlType.Button19
@ Button19
InControl.InputControlType.Pitch
@ Pitch
InControl.InputControlType.Analog6
@ Analog6
InControl.InputControlType.Analog19
@ Analog19
InControl.InputControlType.LeftStickButton
@ LeftStickButton
InControl.InputControlType.RightStickButton
@ RightStickButton
InControl.InputControlType.LeftBumper
@ LeftBumper
InControl.InputControlType.Button4
@ Button4
InControl.InputControlType.LeftStickX
@ LeftStickX
InControl.InputControlType.RightStickLeft
@ RightStickLeft
InControl.InputControlType.Assistant
@ Assistant
InControl.InputControlType.ThrottleLeft
@ ThrottleLeft
InControl.InputControlType.Button7
@ Button7
InControl.InputControlType.TiltY
@ TiltY
InControl.InputControlType.Analog16
@ Analog16
InControl.InputControlType.Start
@ Start
InControl.InputControlType.Action6
@ Action6
InControl.InputControlType.Analog1
@ Analog1
InControl.InputControlType.RightStickRight
@ RightStickRight
InControl.InputControlType.Action11
@ Action11
InControl.InputControlType.Button15
@ Button15
InControl.InputControlType.Menu
@ Menu
InControl.InputControlType.ThrottleRight
@ ThrottleRight
InControl.InputControlType.Analog10
@ Analog10
InControl.InputControlType.Yaw
@ Yaw
InControl.InputControlType.ScrollWheel
@ ScrollWheel
InControl.InputControlType.Analog3
@ Analog3
InControl.InputControlType.Analog14
@ Analog14
InControl.InputControlType.DPadY
@ DPadY
InControl.InputControlType.RightStickY
@ RightStickY
InControl.InputControlType.Button12
@ Button12
InControl.InputControlType.Action5
@ Action5
InControl.InputControlType.Analog5
@ Analog5
InControl.InputControlType.RightStickUp
@ RightStickUp
InControl.InputControlType.Power
@ Power
InControl.InputControlType.Button0
@ Button0
InControl.InputControlType.Button2
@ Button2
InControl.InputControlType.Button17
@ Button17
InControl.InputControlType.TouchPadTap
@ TouchPadTap
InControl.InputControlType.RightStickDown
@ RightStickDown
InControl.InputControlType.Analog17
@ Analog17
InControl.InputControlType.Analog4
@ Analog4
InControl.InputControlType.Analog13
@ Analog13
InControl.InputControlType.DPadRight
@ DPadRight
InControl.InputControlType.Command
@ Command
InControl.InputControlType.Button9
@ Button9
InControl.InputControlType.Analog2
@ Analog2
InControl.InputControlType.Button14
@ Button14
InControl.InputControlType.Button5
@ Button5
InControl.InputControlType.Action12
@ Action12
InControl.InputControlType.POVRight
@ POVRight
InControl.InputControlType.RightSL
@ RightSL
InControl.InputControlType.Analog18
@ Analog18
System.Base64FormattingOptions.None
@ None
System.ConsoleKey.Pause
@ Pause
System.ConsoleKey.Home
@ Home
System.ConsoleKey.Select
@ Select
System
Definition
__ComObject.cs:4
InControl
Generated by
1.10.0