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
Input.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
using
UnityEngine.Bindings
;
4
5
namespace
UnityEngine
6
{
7
// Token: 0x02000008 RID: 8
8
[
NativeHeader
(
"Runtime/Input/InputBindings.h"
)]
9
public
class
Input
10
{
11
// Token: 0x06000010 RID: 16 RVA: 0x00002188 File Offset: 0x00000388
12
[
NativeThrows
]
13
private
static
bool
GetKeyInt
(
KeyCode
key
)
14
{
15
throw
new
MissingMethodException
();
16
}
17
18
// Token: 0x06000011 RID: 17 RVA: 0x0000219C File Offset: 0x0000039C
19
[
NativeThrows
]
20
private
static
bool
GetKeyString
(
string
name
)
21
{
22
throw
new
MissingMethodException
();
23
}
24
25
// Token: 0x06000012 RID: 18 RVA: 0x000021B0 File Offset: 0x000003B0
26
[
NativeThrows
]
27
private
static
bool
GetKeyDownInt
(
KeyCode
key
)
28
{
29
throw
new
MissingMethodException
();
30
}
31
32
// Token: 0x06000013 RID: 19 RVA: 0x000021C4 File Offset: 0x000003C4
33
[
NativeThrows
]
34
public
static
float
GetAxisRaw
(
string
axisName
)
35
{
36
throw
new
MissingMethodException
();
37
}
38
39
// Token: 0x06000014 RID: 20 RVA: 0x000021D8 File Offset: 0x000003D8
40
[
NativeThrows
]
41
public
static
bool
GetButtonDown
(
string
buttonName
)
42
{
43
throw
new
MissingMethodException
();
44
}
45
46
// Token: 0x06000015 RID: 21 RVA: 0x000021EC File Offset: 0x000003EC
47
[
NativeThrows
]
48
public
static
bool
GetMouseButton
(
int
button)
49
{
50
throw
new
MissingMethodException
();
51
}
52
53
// Token: 0x06000016 RID: 22 RVA: 0x00002200 File Offset: 0x00000400
54
[
NativeThrows
]
55
public
static
bool
GetMouseButtonDown
(
int
button)
56
{
57
throw
new
MissingMethodException
();
58
}
59
60
// Token: 0x06000017 RID: 23 RVA: 0x00002214 File Offset: 0x00000414
61
[
NativeThrows
]
62
public
static
bool
GetMouseButtonUp
(
int
button)
63
{
64
while
(button != 0)
65
{
66
}
67
throw
new
MissingMethodException
();
68
}
69
70
// Token: 0x06000018 RID: 24 RVA: 0x0000222C File Offset: 0x0000042C
71
[
NativeThrows
]
72
public
static
string
[]
GetJoystickNames
()
73
{
74
throw
new
MissingMethodException
();
75
}
76
77
// Token: 0x06000019 RID: 25 RVA: 0x00002240 File Offset: 0x00000440
78
[
NativeThrows
]
79
public
static
Touch
GetTouch
(
int
index
)
80
{
81
throw
new
MissingMethodException
();
82
}
83
84
// Token: 0x0600001A RID: 26 RVA: 0x00002254 File Offset: 0x00000454
85
public
static
bool
GetKey
(
KeyCode
key
)
86
{
87
throw
new
MissingMethodException
();
88
}
89
90
// Token: 0x0600001B RID: 27 RVA: 0x00002268 File Offset: 0x00000468
91
public
static
bool
GetKey
(
string
name
)
92
{
93
throw
new
MissingMethodException
();
94
}
95
96
// Token: 0x0600001C RID: 28 RVA: 0x0000227C File Offset: 0x0000047C
97
public
static
bool
GetKeyDown
(
KeyCode
key
)
98
{
99
throw
new
MissingMethodException
();
100
}
101
102
// Token: 0x1700000C RID: 12
103
// (set) Token: 0x0600001D RID: 29 RVA: 0x00002290 File Offset: 0x00000490
104
public
static
bool
simulateMouseWithTouches
105
{
106
set
107
{
108
throw
new
MissingMethodException
();
109
}
110
}
111
112
// Token: 0x1700000D RID: 13
113
// (get) Token: 0x0600001E RID: 30 RVA: 0x000022A4 File Offset: 0x000004A4
114
[
NativeThrows
]
115
public
static
string
inputString
116
{
117
get
118
{
119
throw
new
MissingMethodException
();
120
}
121
}
122
123
// Token: 0x1700000E RID: 14
124
// (get) Token: 0x0600001F RID: 31 RVA: 0x000022B8 File Offset: 0x000004B8
125
[
NativeThrows
]
126
public
static
Vector3
mousePosition
127
{
128
get
129
{
130
throw
new
MissingMethodException
();
131
}
132
}
133
134
// Token: 0x1700000F RID: 15
135
// (get) Token: 0x06000020 RID: 32 RVA: 0x000022CC File Offset: 0x000004CC
136
[
NativeThrows
]
137
public
static
Vector2
mouseScrollDelta
138
{
139
get
140
{
141
throw
new
MissingMethodException
();
142
}
143
}
144
145
// Token: 0x17000010 RID: 16
146
// (get) Token: 0x06000021 RID: 33 RVA: 0x000022E0 File Offset: 0x000004E0
147
// (set) Token: 0x06000022 RID: 34 RVA: 0x000022F4 File Offset: 0x000004F4
148
public
static
IMECompositionMode
imeCompositionMode
149
{
150
get
151
{
152
throw
new
MissingMethodException
();
153
}
154
set
155
{
156
throw
new
MissingMethodException
();
157
}
158
}
159
160
// Token: 0x17000011 RID: 17
161
// (get) Token: 0x06000023 RID: 35 RVA: 0x00002308 File Offset: 0x00000508
162
public
static
string
compositionString
163
{
164
get
165
{
166
throw
new
MissingMethodException
();
167
}
168
}
169
170
// Token: 0x17000012 RID: 18
171
// (get) Token: 0x06000024 RID: 36 RVA: 0x0000231C File Offset: 0x0000051C
172
// (set) Token: 0x06000025 RID: 37 RVA: 0x00002330 File Offset: 0x00000530
173
public
static
Vector2
compositionCursorPos
174
{
175
get
176
{
177
throw
new
MissingMethodException
();
178
}
179
set
180
{
181
throw
new
MissingMethodException
();
182
}
183
}
184
185
// Token: 0x17000013 RID: 19
186
// (get) Token: 0x06000026 RID: 38 RVA: 0x00002344 File Offset: 0x00000544
187
public
static
bool
mousePresent
188
{
189
[
FreeFunction
(
"GetMousePresent"
)]
190
get
191
{
192
throw
new
MissingMethodException
();
193
}
194
}
195
196
// Token: 0x17000014 RID: 20
197
// (get) Token: 0x06000027 RID: 39 RVA: 0x00002358 File Offset: 0x00000558
198
public
static
int
touchCount
199
{
200
[
FreeFunction
(
"GetTouchCount"
)]
201
get
202
{
203
throw
new
MissingMethodException
();
204
}
205
}
206
207
// Token: 0x17000015 RID: 21
208
// (get) Token: 0x06000028 RID: 40 RVA: 0x0000236C File Offset: 0x0000056C
209
public
static
bool
touchSupported
210
{
211
[
FreeFunction
(
"IsTouchSupported"
)]
212
get
213
{
214
throw
new
MissingMethodException
();
215
}
216
}
217
218
// Token: 0x17000016 RID: 22
219
// (get) Token: 0x06000029 RID: 41 RVA: 0x00002380 File Offset: 0x00000580
220
public
static
DeviceOrientation
deviceOrientation
221
{
222
[
FreeFunction
(
"GetOrientation"
)]
223
get
224
{
225
throw
new
MissingMethodException
();
226
}
227
}
228
229
// Token: 0x17000017 RID: 23
230
// (get) Token: 0x0600002A RID: 42 RVA: 0x00002394 File Offset: 0x00000594
231
public
static
Touch
[]
touches
232
{
233
get
234
{
235
throw
new
MissingMethodException
();
236
}
237
}
238
239
// Token: 0x0600002B RID: 43 RVA: 0x000023B0 File Offset: 0x000005B0
240
internal
static
bool
CheckDisabled
()
241
{
242
throw
new
MissingMethodException
();
243
}
244
245
// Token: 0x0600002C RID: 44 RVA: 0x000023C4 File Offset: 0x000005C4
246
private
static
void
GetTouch_Injected
(
int
index
, [Out]
Touch
ret)
247
{
248
throw
new
MissingMethodException
();
249
}
250
251
// Token: 0x0600002D RID: 45 RVA: 0x000023D8 File Offset: 0x000005D8
252
private
static
void
get_mousePosition_Injected
([Out]
Vector3
ret)
253
{
254
throw
new
MissingMethodException
();
255
}
256
257
// Token: 0x0600002E RID: 46 RVA: 0x000023EC File Offset: 0x000005EC
258
private
static
void
get_mouseScrollDelta_Injected
([Out]
Vector2
ret)
259
{
260
throw
new
MissingMethodException
();
261
}
262
263
// Token: 0x0600002F RID: 47 RVA: 0x00002400 File Offset: 0x00000600
264
private
static
void
get_compositionCursorPos_Injected
([Out]
Vector2
ret)
265
{
266
throw
new
MissingMethodException
();
267
}
268
269
// Token: 0x06000030 RID: 48 RVA: 0x00002414 File Offset: 0x00000614
270
private
static
void
set_compositionCursorPos_Injected
(
Vector2
value
)
271
{
272
throw
new
MissingMethodException
();
273
}
274
}
275
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.MissingMethodException
Definition
MissingMethodException.cs:9
UnityEngine.Input.GetKey
static bool GetKey(KeyCode key)
Definition
Input.cs:85
UnityEngine.Input.mousePosition
static Vector3 mousePosition
Definition
Input.cs:127
UnityEngine.Input.GetAxisRaw
static float GetAxisRaw(string axisName)
Definition
Input.cs:34
UnityEngine.Input.get_mouseScrollDelta_Injected
static void get_mouseScrollDelta_Injected([Out] Vector2 ret)
Definition
Input.cs:258
UnityEngine.Input.get_mousePosition_Injected
static void get_mousePosition_Injected([Out] Vector3 ret)
Definition
Input.cs:252
UnityEngine.Input.deviceOrientation
static DeviceOrientation deviceOrientation
Definition
Input.cs:221
UnityEngine.Input.mousePresent
static bool mousePresent
Definition
Input.cs:188
UnityEngine.Input.imeCompositionMode
static IMECompositionMode imeCompositionMode
Definition
Input.cs:149
UnityEngine.Input.GetTouch
static Touch GetTouch(int index)
Definition
Input.cs:79
UnityEngine.Input.touchSupported
static bool touchSupported
Definition
Input.cs:210
UnityEngine.Input.get_compositionCursorPos_Injected
static void get_compositionCursorPos_Injected([Out] Vector2 ret)
Definition
Input.cs:264
UnityEngine.Input.GetMouseButtonUp
static bool GetMouseButtonUp(int button)
Definition
Input.cs:62
UnityEngine.Input.GetMouseButtonDown
static bool GetMouseButtonDown(int button)
Definition
Input.cs:55
UnityEngine.Input.touches
static Touch[] touches
Definition
Input.cs:232
UnityEngine.Input.GetKeyString
static bool GetKeyString(string name)
Definition
Input.cs:20
UnityEngine.Input.inputString
static string inputString
Definition
Input.cs:116
UnityEngine.Input.GetJoystickNames
static string[] GetJoystickNames()
Definition
Input.cs:72
UnityEngine.Input.set_compositionCursorPos_Injected
static void set_compositionCursorPos_Injected(Vector2 value)
Definition
Input.cs:270
UnityEngine.Input.simulateMouseWithTouches
static bool simulateMouseWithTouches
Definition
Input.cs:105
UnityEngine.Input.GetKeyDownInt
static bool GetKeyDownInt(KeyCode key)
Definition
Input.cs:27
UnityEngine.Input.mouseScrollDelta
static Vector2 mouseScrollDelta
Definition
Input.cs:138
UnityEngine.Input.GetKeyDown
static bool GetKeyDown(KeyCode key)
Definition
Input.cs:97
UnityEngine.Input.compositionString
static string compositionString
Definition
Input.cs:163
UnityEngine.Input.compositionCursorPos
static Vector2 compositionCursorPos
Definition
Input.cs:174
UnityEngine.Input.GetKeyInt
static bool GetKeyInt(KeyCode key)
Definition
Input.cs:13
UnityEngine.Input.touchCount
static int touchCount
Definition
Input.cs:199
UnityEngine.Input.GetMouseButton
static bool GetMouseButton(int button)
Definition
Input.cs:48
UnityEngine.Input.GetButtonDown
static bool GetButtonDown(string buttonName)
Definition
Input.cs:41
UnityEngine.Input.GetTouch_Injected
static void GetTouch_Injected(int index, [Out] Touch ret)
Definition
Input.cs:246
UnityEngine.Input.GetKey
static bool GetKey(string name)
Definition
Input.cs:91
UnityEngine.Input.CheckDisabled
static bool CheckDisabled()
Definition
Input.cs:240
UnityEngine.Input
Definition
Input.cs:10
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.ExceptionArgument.value
@ value
System.ExceptionArgument.key
@ key
System.ExceptionArgument.index
@ index
System.ExceptionArgument.name
@ name
System
Definition
__ComObject.cs:4
UnityEngine.Bindings
Definition
CodegenOptions.cs:4
UnityEngine.IMECompositionMode
IMECompositionMode
Definition
IMECompositionMode.cs:7
UnityEngine.DeviceOrientation
DeviceOrientation
Definition
DeviceOrientation.cs:7
UnityEngine.KeyCode
KeyCode
Definition
KeyCode.cs:7
UnityEngine
Definition
_AndroidJNIHelper.cs:6
UnityEngine.Touch
Definition
Touch.cs:10
UnityEngine.Vector2
Definition
Vector2.cs:14
UnityEngine.Vector3
Definition
Vector3.cs:18
source
UnityEngine.InputLegacyModule
UnityEngine
Input.cs
Generated by
1.10.0